Home Forums Basel support forum Sticky Header

Sticky Header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #67011

    concepting
    Participant

    Hi !

    When the sticky header appears Underneath 1300 px my menu is on 2 lines (see attached), where can I change the responsive settings so the burger menu appears instead ?

    Thank you,
    Best,

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

    Bogdan Donovan
    Keymaster

    Hello,

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

    @media (max-width: 1300px) {
    
    body .sticky-header .main-nav {
    	display: none;
    }
    
    body .sticky-header .right-column .mobile-nav-icon {
    	display: inline-block;
    }
    
    body .sticky-header .right-column .search-button:not(.mobile-search-icon) {
    	display: none;
    }
    
    body .mobile-nav {
    	display: block;
    }
    	
    }

    Kind Regards
    XTemos Studio

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