Tagged: 

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

    hello

    the picture/logo on my header is touching the menu. The recommended size is 340 px, I do it first and after, I change the picture size is now 300 pixels (in png) but the problem remain, the picture is touching
    How can I do ?
    Thanks for your help

    #536157

    Hey Sandra!

    Try setting the mobile menu to activated on tablets (990) in Dashboard > Enfold > Header > Mobile Menu.

    If you need to increase it so the menu activates on larger screens then you can try this CSS out.

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

    Cheers!
    Elliott

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