gmoussa73 Posted November 24, 2010 Share Posted November 24, 2010 how can i align the footer to the center of the bottom page? right now its aligned to the left......also i want to change the text color......thanx in advance for help :-) Link to comment Share on other sites More sharing options...
pasko Posted November 24, 2010 Share Posted November 24, 2010 Hello,In the themes/footer.tpl to centered and themes/CSS/global.css for the color... ;-P Link to comment Share on other sites More sharing options...
gmoussa73 Posted November 24, 2010 Author Share Posted November 24, 2010 i went to footer.tplnothing there ? what to change to 'centered' ??plz give me more clues :wow: Link to comment Share on other sites More sharing options...
pasko Posted November 24, 2010 Share Posted November 24, 2010 Sorry, you can do that true the css. Link to comment Share on other sites More sharing options...
gmoussa73 Posted November 24, 2010 Author Share Posted November 24, 2010 what to change there can u guide me plz? Link to comment Share on other sites More sharing options...
pasko Posted November 24, 2010 Share Posted November 24, 2010 Install firebug... ;-P Link to comment Share on other sites More sharing options...
gmoussa73 Posted November 24, 2010 Author Share Posted November 24, 2010 cool...i use chrome mostly..............but thanx for the help :smirk: Link to comment Share on other sites More sharing options...
pasko Posted November 24, 2010 Share Posted November 24, 2010 It's time to use firefox... :-) Link to comment Share on other sites More sharing options...
gmoussa73 Posted November 24, 2010 Author Share Posted November 24, 2010 so....any one...plz? problem is am not experienced in coding or programming........ Link to comment Share on other sites More sharing options...
pasko Posted November 25, 2010 Share Posted November 25, 2010 Can you give me a link to your web site? Link to comment Share on other sites More sharing options...
stenharo Posted November 25, 2010 Share Posted November 25, 2010 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 More sharing options...
gmoussa73 Posted November 25, 2010 Author Share Posted November 25, 2010 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 pagegot my point? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now