MyBB Community Forums
Space between navigation links in header - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Development (https://community.mybb.com/forum-105.html)
+---- Thread: Space between navigation links in header (/thread-221516.html)



Space between navigation links in header - b0ss - 2019-01-15

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?


RE: Space between navigation links in header - effone - 2019-01-16

In global.css find:
#header ul.menu li {
    margin: 0 7px;
    display: inline;
}

Increase the margin value (7).


RE: Space between navigation links in header - b0ss - 2019-01-16

nope its still there


RE: Space between navigation links in header - effone - 2019-01-16

What is still there?
What is your site URL?


RE: Space between navigation links in header - b0ss - 2019-01-16

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