Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Supreme
  • #50683
    designpoint
    Member
    Post count: 12

    Hi there, I am looking to change the width at which the mobile menu kicks in. In what file do I set that? I’d like to trigger it at a wider width than it’s currently set to. Thanks.

    #50971
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    Please go to Admin -> Theme Options -> Custom CSS – Here you may put custom code for any html element and it would work fine .

    Thank you for understanding!
    Cheers!

    With Best Regards
    Swiftideas Themes

    #51002
    designpoint
    Member
    Post count: 12

    Mohammad –

    I’m well aware of where custom CSS goes. What I’m asking is how I tell Supreme to switch to the mobile menu at a different width than where it currently changes. I believe that’s a javascript trigger, not CSS. Am I incorrect?

    #51028
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Sorry You are not correct . Its a CSS trigger at layout.css line 623 /wp-content/themes/supreme/css/ .
    Currently it is defined under this 767px width media query like

    @media only screen and (max-width: 767px) {
    
    }

    If you want to trigger menu at large width then remove cut code from line 623 and define new block and paste code there like

    @media only screen and (max-width: 767px) { /* INCREASE  WIDTH AS YOU WANT*/
    #mobile-navigation {
     display: block;
    }
    }

    Cheers!

    With Best Regards
    Swiftideas Themes

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register