MyBB Community Forums

Full Version: Space between navigation links in header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Im new in developing themes for mybb. I tried playing around with the css and templates.
I noticed, that there is a small space between the navigation links on top of the page. This is annoying me and i dont want it. But I cant find the place where to remove it...
i cannot find it in the templates or in my css file...
It should look like the top navigation here.
can anyone help me?
In global.css find:
#header ul.menu li {
    margin: 0 7px;
    display: inline;
}

Increase the margin value (7).
nope its still there
What is still there?
What is your site URL?
the space between the navigation links on top of the page (portal, search, memberlist, etc.) is still there.. its on my localhost so cannot give you a link Big Grin