Change position of footer text & add social icons to header


Author Message
Eggbilly

Posted: 5/1/2012
Quote message 

I have a site at www.cpcrecruitment.com where I have managed to import a footer image.

I need the text to sit comfortably within the light blue space in the footer area, spaced away from the RSS icon.

Also, I need to place clickable social network icons in the header, again in the loight blue space.

On thsi site, I do have templateer installed but don't know if that helps or hinders - since I can't work out how to move things to where I want them.

Anyone know a way for a non-css savvy person to achieve this?
 
Garry

Posted: 5/2/2012
Quote message 

Try adding float:right to following styling rule:

.art-footer-text {
min-height: 50px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

-----
add:
-----

float: right;