[Resolved] Mobile Menu Problem

  • Author
    Posts
  • #13723

    tammiemosaic
    Participant

    Hello,
    I am having a problem with the mobile displays open and covering the website. It also does not have the ability to close like the demo.

    How to fix this?
    https;//howtosewart.com

    #13725

    Andrew Misplon
    Keymaster

    Hi Tammie

    Thanks for posting. The problem is located in your Custom CSS. Specifically, this rule:

    @media screen and (max-width: 778px) and (min-width: 512px) {
    body:not(.page-layout-stripped) #masthead.mobile-menu .main-navigation > div:not(.mega-menu-wrap), #masthead.mobile-menu .main-navigation .shopping-cart, #masthead.mobile-menu .main-navigation .search-icon {
        background-color: white !important;
        display: table-cell;
        vertical-align: middle !important;
        position: relative;
    }
    }

    I hope that helps.

    #13727

    tammiemosaic
    Participant

    How do I use this CSS rule to fix the problem?
    Thank you for writing back so soon!

    #13728

    tammiemosaic
    Participant

    What part of the code do I remove/change to fix the mobile menu?

    Do I delete the whole file?

    #13729

    tammiemosaic
    Participant

    How do I locate the correct CSS file?

    #13730

    tammiemosaic
    Participant

    I have found the additional CSS code.

    But how do I change it to restore the mobile menu so it will work correctly?

    #13731

    tammiemosaic
    Participant

    OK, I removed the custom css. Thank you

    #13736

    Andrew Misplon
    Keymaster

    Super, glad to hear you’ve made progress 🙂 Thanks for the update.

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

You must be logged in to reply to this topic.

Scroll to top