Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1034425

    Hi,

    We are creating a website in which we are slightly customizing the menu and mobile menu. But the strange thing is that (view on mobile) the mobile menu is too wide and that makes the mobile menu scrollable horizontally.

    Could someone check it out and see if we can fix this with CSS?

    #1034546

    Hey bonsaimedia,

    Add this to quick css:

    .av-burger-overlay{
    overflow-y: scroll;
    overflow-x: hidden;
    }

    Best regards,
    Jordan Shannon

    #1035111

    Hi Jordan,

    Thanks for your reply. It’s not working. COuld you please check again? I added it with !important but no result.

    #1035240

    Hi,

    Did you add my code to the very top of quick css so that it runs first? Also be sure to clear the cache a few times over so it runs first.

    Best regards,
    Jordan Shannon

    #1035513

    Yes, i did but still no result.

    #1035746

    Hi,

    Try the following instead:

    #top #av-burger-menu-ul{
    max-width:200px!important;
    }
    
    .av-burger-overlay{
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    }

    Best regards,
    Jordan Shannon

    #1035952

    Yes! Works great. Thanks!

    #1036652

    Hi bonsaimedia,

    Glad that Jordan helped you. :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.