MyBB Community Forums

Full Version: Removing gap between User, Mod and Admin CP?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm new to mybb and coding in general and I need some help.

I replaced the "User CP", "Mod CP" and "Admin CP" links with buttons. However, there's are gaps between each buttons and i can't find a way to remove them.

Any help would be appreciated. (The DEMO forum isn't live yet, so I can not provide a link)

[Image: 1zl5czk.jpg]
Reducing the margin between them in your global.css file will probably do the trick.
I took a look and couldn't find the setting in question. Nonetheless, I got another idea and manage to "fix it" using the graphics, as oppose to the coding. Thanks for your help.
(2010-02-10, 09:16 PM)jovocop Wrote: [ -> ]I took a look and couldn't find the setting in question. Nonetheless, I got another idea and manage to "fix it" using the graphics, as oppose to the coding. Thanks for your help.

under menu ul put padding: 0px; this fixed the same problem for me.