Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Manas Mitra

    (@manas666)

    Hi,

    Menu in mobile is open all the time which is taking too much screen space. How to close the menu in mobile?

    I get the same issue

    rickybrce

    (@rickybrce)

    Hello,

    Try to add this in theme css:

    @media screen and (max-width: 783px) {
    .wr-megamenu-container ul.wr-mega-menu {
    display: none !important;
    }
    .wr-megamenu-container.active ul.wr-mega-menu {
    display: block !important;
    }
    }

    Thread Starter Manas Mitra

    (@manas666)

    Thanks rickybrce for your reply.

    Ramzii

    (@ramzii)

    Thank you so much Rickybrce!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Configuration in Mobile’ is closed to new replies.