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

    I’m having mobile menu problems, and I know this is a bug you’re working on. However, there is NO header menu shown on my iPad 9.7″ in landscape mode – neither the regular menu nor the burger menu. I have the burger menu set at 990px. I’ve tried a variety of solutions offered here in the support forums, such as what is shown below, but nothing has worked. Is this part of the known bug in this version of the template that will be fixed, or is there some different CSS that will help me?

    @media only screen and (max-width: 1024px) {
    .av-burger-menu-main {
    display: block;
    }
    .main_menu .menu-item {
    display: none;
    }
    }

    #838382

    Hey neuropetvet,
    I commented out the old menu fix and added the new menu fix. If all goes well feel free to remove the old code.

    @media only screen and (max-width: 1023px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    I cleared your site’s cache, Please clear your browser cache :)
    2017-08-13_180921
    Best regards,
    Mike

    #838626

    Thanks, Mike. That works!
    Mark

    #838924

    Hi,

    Glad that Mike helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

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