Navigation Menu Collapsing to Mobile Hamburger Menu Faster

Home Forums Jevelin Theme Navigation Menu Collapsing to Mobile Hamburger Menu Faster

Home Forums Jevelin Theme Navigation Menu Collapsing to Mobile Hamburger Menu Faster

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • [email protected]
    Participant

    Hi Shuffehound team,

     

    I want my navigation menu to collapse into mobile hamburger menu around 1250 pixels.

     

    How would I do that?

     

    Thanks!

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

    Hi @design,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 1250px){
    header.primary-mobile {
        display: block!important;
    }
    header.primary-desktop {
        display: none!important;
    }
    }

     

    Best regards,
    Shufflehound team

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