You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

How to center and/or space the navigation bar links?

UserPost

4:46 pm
October 9, 2009


Marcia

Member

posts 4

1

Hello, i've been trying to do this using the menu options but i can't seem to figure it out. I want to have the pages links in the navigation bar centered or with some space in between.

Any help? Thanks.

2:39 pm
November 3, 2009


Ryan

Admin

posts 1547

2

Centering will be a little difficult, but you could try putting some left padding on the menu to push it over if you want it centered.  Not ideal though.  Add this to your style.php file at the end:

#nav {padding-left:200px;}

But change the 200px value to whatever centers your menu items.  I tried this and it pushes everything over, but I didn't have the background CSS images turned on so I'm not sure if it looked like crap or not…