Basically I need it’s positioned reversed with the Social Networking area which occupies the bottom now.
By position reversed with the social networking area, do you mean the place where you have the big twitter logo? Beyond that, I don’t see any social networking area. I only see the long twitter feed and the logo below that.
Also, how do I remove the footer at the bottom that reveals that I use a simple catch wordpress theme. I would like that info to be hidden.
I think you are using the free version of the Simple Catch. You’ll need to purchase the premium version of simple catch named Simple Catch Pro for you to remove the info from the footer. Catch themes is providing your current theme for free and only asking you their link in return.
However, if you want it removed anyway, use this CSS on your child theme or Edit CSS module if you are using JetPack plugin.
#footer .powered-by{
display: none;
}