• Pattern Storm Designs

    (@pattern-storm-designs)


    Good day,

    Please I need some help, I’m not sure where or how to edit. But on mobile my website menu’s toggle feature is not working? It is suppose to not show the entire menu on mobile, only when you click on the toggle. How can I fix? Thank you so much for your time and support.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    It looks like there is a conflict with some of the custom CSS added to the site. This code in particular: https://share.getcloudapp.com/jku4dEAo

    If you need that code to edit the desktop menu, you wrap it in a media query like this:

    @media all and (min-width: 800px) {
    
      /* Your CSS Here */
    }

    That will prevent your code from affecting the mobile menu.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Toggle Not Working’ is closed to new replies.