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

    I have a website: http://www.dorit-gaon.co.il
    when i see the website on small computers screens (13.2” or 12” or 15”) the logo are hovered on the first menu item i tried several issues but it not help it is still hover on the first item and i can press on the menu item because a logo is there. how can i fix it

    #736190

    Hey wbitsolutions,

    There is very little space in your header since you have a lot of menu items. Please try this in Quick CSS to activate the mobile menu at an earlier stage:

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

    Best regards,
    Rikard

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