MyBB Community Forums

Full Version: Remove Large Spacing In Navigation Bar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Okay, here's my question:

I have a custom page on my navigation bar, but it seems that there's a large spacing between it and the defult links:
[Image: DDhKr.png]

Is it possible to remove the large spacing?


Thanks !
What's your forum URL?
Anyone help with this? It's abbit noticible....
It has a class called Newpoints. Find that class and change padding in it.
edit : not seen kavin's response Smile

AND some of the links in header have spaces AND used icons are a bit large ..
eg. alt="" title="" /> SkyBux</a></li> <-- change to --> alt="" title="" />SkyBux</a></li>
I attempted and was unable to fix this problem. I'm very confused.
^ #panel ul.menu li a {padding-left :20px; <-- needs to be adjusted ! thanks to kavin Smile
I don't quite get what you mean by "class", thanks!
^ find below code in your global.css
#panel ul.menu li a {
padding-left :20px;

change 20px; to 4px; in the above , save the global.css
visit your forum AND hard refresh your browser a couple of times ...
Pages: 1 2