“Justify” Menu Items?
-
Is it possible to have the menu bar items be justified across the width of the age? While I don’t want to have the font kerning to change, I would like the distance between the button areas to be variable.
Thanks,
MitchThe blog I need help with is: (visible only to logged in users)
-
You could center the whole menu using the code below. It won’t make much of a difference as it almost exactly fits your layout at the moment (unless a visitor is using a different font-size or zoom level). Here’s how:
#access .menu-header ul {float:left; position:relative; left:50%;} #access .menu-header ul li {position:relative; right:50%;}
- The topic ‘“Justify” Menu Items?’ is closed to new replies.