Center the Footer Nav and Copyright...

GK User
Wed Apr 04, 2012 1:39 am
What would I need to edit to get both of them centered at the bottom of the website. I'd like the Footer Nav on top of the Copyright and have is spaced out a little - maybe some padding of the copyright.

Here is the URL: http://texasattorneyassist.com/

Please advise...
Thanks

Trey
User avatar
Expert Boarder

GK User
Wed Apr 04, 2012 1:51 pm
Please use following css in your override.css file.
To have footer on left , copyright on right, centered in height please use following;
Code: Select all
#gkCopyrights span { line-height: 0px; }


To have footermenu on top and copyright in bottom, centered in width please use following;
Code: Select all
#gkFooterNav { float: none; }
#gkCopyrights span { float: none; line-height: 35px; }

See you around...
User avatar
Platinum Boarder

GK User
Wed Apr 04, 2012 2:32 pm
Thanks!!!
User avatar
Expert Boarder

GK User
Thu Apr 05, 2012 3:53 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron