MyBB Community Forums

Full Version: menu spacing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where it says search memberlist etc. What is the best way to add spacing. In other words spread the links out a little instead of smushing them all to the right.
I also want to know this, I use to know how but totally forgot. :@
Do you mean you want them centered, to the left or just more space in between them?
(2009-03-08, 06:03 PM)Dalton Wrote: [ -> ]Do you mean you want them centered, to the left or just more space in between them?

More space between them. Cool
yes more space between them.
So nobody has any idea?
Give me a link of what you have and an image of what you want, I'm not following
http://www.sidhudesign.com/extras3/mybb1.../index.php

just spread out the links search, memebrlist, calendar, help.
Find this in your global.css

.menu li {
display: inline;
padding-left: 5px;
}

Change the padding to something higher.. I THINK that will do the trick..
I'll try it first, actually Toungue
Affirmative Smile
no but i modified that. now its ok, thanks.

.menu li {
display: inline;
padding-left: 50px;
padding-right: 60px;
}