Jump to content

how to align the footer???


Recommended Posts

themes/[your theme]/css/global.css

find:

#footer .block_various_links { list-style: none ; }
#footer .block_various_links li a { text-decoration: none; }


modify:

#footer .block_various_links { list-style: none ; text-align:center;}
#footer .block_various_links li a { text-decoration: none; color:#000000; }
#footer .block_various_links li a:hover {  color:#FF0000; }   //add this if you want a different color when mouse is over

Link to comment
Share on other sites

dude thanx for your reply....i appreciate that but what happened as i made your suggested modifications is, the links were vertically alined in the center of the bottom page ...the links lined as one link above the other in the bottom center..


what i want is the same old footer bar in whole to be shifted to be horizontally aligned with the middle of the page,got my point?like denting the footer bar to the right until its aligned in the middle of the page

got my point?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...