MyBB Community Forums

Full Version: Centering my navigation bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
^ the method is explained here => Setting the current/active menu state with CSS
i think he is referring to the border... the menu has an empty li at the beginning as shown below... remove it first...

<li><style="padding: 7px="" 0;font-size:="" 20px;"=""></style="padding:></li>


then add this to the global.css.. save it and hard refresh the forum to check the changes...

#menu li:first-child a {
  border-left: 1px solid #313131;
}
Okay, thank you everyone. My navigation bar is no complete and the site is looking a lot better!
Pages: 1 2