• Hi guys,

    I’ve been searching for something similar but I couldn’t find anything. If you know a similar topic please paste the url

    In any case, my problem is that for width less than 768 the menu disappears and the toggle is displayed as a responsive version (I change from 980 to 767).

    But the problem is that the navbar-inner or something similar takes an extra space at the bottom of my header.

    I had the same problem for width >968 but I could fix it. But I can’t now.

    http://novook.com

    Any help please?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Where is the extra space that you are referring to?
    Can you post a screenshot with annotation?

    Thanks!

    This should do it:

    .navbar-wrapper.clearfix.span9.tc-submenu-fade.tc-submenu-move.tc-open-on-hover.pull-menu-left {
        display: none;
    }

    Make sure you include it within an @media block

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with extra space in navbar when toggle is displaying’ is closed to new replies.