Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1007429

    Hi,

    The mobile menu is not showing on mobile devices.
    I’ve already checked my changes in the css but there is nothing keeping it from showing. I made sure that the color of the menu isn’t set to white but still no mobile menu.
    Any ideas what’s going on?

    #1007512

    Hey KiGePa,
    I see that your mobile menu is showing at 766px and below, but at 767px and up this css is hiding it:

    .av-burger-menu-main {
        display: none;
        -webkit-transition: padding 0.3s ease-out;
        transition: padding 0.3s ease-out
    }

    Please look for this code in your css, and remove it. If you can’t find it, please include a admin login in the private content area so we can assist.

    Best regards,
    Mike

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