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

    Hello,
    on my homepage http://www.hoevelhof.com the logo overlaps the menu when I open the page with the iPad.
    I already tried to fix it with the information on this page but it doesn’t work (http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/)

    Thanks for your help!
    By the way. The theme is incredible. I wish the composer would be available on other themes too!

    Regards

    Jo:rg

    #688043

    Hi Jörg,

    Please try this CSS instead:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }

    Regards,
    Rikard

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