Support » Theme: Customizr » Keep All Menu Items on One Line

Viewing 1 replies (of 1 total)
  • Try this:

    .navbar-wrapper .navbar.notresp .nav {
      float: none;
      text-align: center;
      width: 150%;
      position:  absolute;
      left: 0px;
    }
    .navbar .nav > li > a {
      padding: 5px 10px;
    }

    But you need to test down to width 980px as the menu gets closer to the socials. You’ll probably need to add left: 20px; but leave it to you to decide on positioning.

Viewing 1 replies (of 1 total)
  • The topic ‘Keep All Menu Items on One Line’ is closed to new replies.