Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32476
    Onyinye
    Member

    Hello,

    i have an empty tab on the navigation bar as It’s contents are not long enough. How do i eliminate this?

    this is my website: http://www.theinitiativeforequalrights.org/

    Thank you

    #32514
    Sakin
    Keymaster

    @Onyinye: Oh Sorry this is not the way we design so it’s but complicated and if you want that then you need to consider hiring customizer.

    But I have one option, that is simply remove the border and center the menu by adding in the following css in “Appearance => Theme Options => Custom CSS”

    #access ul { text-align: center; }
    #access ul li { border: none; display: inline-block; float: none;}
    #access ul li a { display: block; float: none;  }
    #access ul li ul li { 
    display: block; float: left; 
    text-align: left; width: 100%; 
    }
    #access ul li.default-menu { display: none; }
    #access ul.sb-options li { text-align: left; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Navigation bar empty tab’ is closed to new replies.