change device width for menu

Home Forums Legacy Support Support queries Styling issues change device width for menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #186226
    babalridha
    Spectator
    Hi Instead of having the mobile menu appear at 767 px (device width), we want it at 992 px. please advice thanks
    #186445
    Ava
    Member
    Hi babalridha Please share your website URL, so that I can assist you with your issue.  
    #186624
    babalridha
    Spectator
    This reply has been marked as private.
    #186667
    Ava
    Member
    Hi Babalridha Issue: Mobile menu show in Screen 992px instead of 767px Please add the below custom Css code to WP Admin – Appearance – customize - custom css - publish @media screen and (max-width:992px){ header #trigger { display: block !important; right: 15px !important; } #mega-menu-wrap-main-menu { display: none !important; } header .topmenu span { margin-left: -65px !important; } img#header_mobile_logo { height: auto!important; }} @media screen and (max-width:991px){ header .topmenu span { margin-left: -18px !important; }} Please share if this resolves for you. Regards
    #186828
    babalridha
    Spectator
    Worked perfect! Thanks!
    #186830
    logan
    Member
    thanks for confirming. closing this topic.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change device width for menu’ is closed to new replies.