Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #938899

    Hello!

    Our website (http://spzlegal.com/) has a bunch of custom CSS that has been added over time based on specific goals that we have had. However, something in our custom CSS is making the menu and search function disappear on mobile. I know that it is caused by the custom CSS because if I remove all custom CSS, then the mobile menu functions fine. Can you help me identify the issue? My goal is to keep the modifications that we have made over time to the extent possible (i.e. I don’t want to just remove all custom CSS) while also having a functional mobile menu. Any suggestions?

    Thanks!

    #938970

    Hey Ryan,

    This is the offending CSS, it looks like it’s in your Quick CSS:

    @media only screen and (max-width: 767px) {
    .fallback_menu, .av-main-nav-wrap {
        display: none !important;
    }
    }

    Best regards,
    Rikard

    #939352

    Thank you!

    #939365

    Hi,

    Glad Rikard could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Menu Issue Based on Custom CSS’ is closed to new replies.