MyBB Community Forums

Full Version: Control space between menu items
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Note: I found the answer. It is

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

Where it says 7px, just change that.