Home Forums Basel support forum Sticky Header issue – Mobile Menu

Sticky Header issue – Mobile Menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18466

    miguel1876
    Participant

    Hi there

    I have an issue with the Sticky Header. When the Browser is bellow 1253px (between 1253px and 991px) the menu drops to a second line because there isn’t enough room to fit all in one line. This makes for a very tall and messy sticky header. Please see attached screenshot.

    The Mobile Menu seems to be enabled at 991px breakpoint, so I thought perhaps the solution would be to make the Mobile Menu appear sooner, just at the 1253px breakpoint.

    Do you think that’s the proper solution? If so, can you help me achieve that?
    I don’t see anywhere where I can chnage the breakpoint for the Mobile menu.

    Thanks very much.

    #18467

    miguel1876
    Participant

    Sorry, screenshot attached

    Attachments:
    You must be logged in to view attached files.
    #18482

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    @media (max-width: 1280px) {
    .website-wrapper .right-column .mobile-nav-icon {
    	display: inline-block;
    }
    	
    .website-wrapper .sticky-header .main-nav,
    .website-wrapper .navigation-wrap	{
    		display: none;
    }
    
    .website-wrapper .sticky-header > .container {
       min-height: 60px;
    }
    
    .website-wrapper .search-button {
    	display: none;
    }
    
    body.document-ready .mobile-nav {
    	display: inline-block;
    }
    }

    Regards

    #18494

    miguel1876
    Participant

    Hi
    This is perfect – Thank you very much!

    #18506

    Artem Temos
    Keymaster

    You are welcome!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Sticky Header issue – Mobile Menu’ is closed to new replies.