Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #644974

    Hi,

    I have a problem with the dropdown of the last topmen item: it is running out of the browser window, see this image: Screenshot

    The problem occurs under all resolutions. Could anyone please help me with that?

    Thanks in advance.

    #645289

    Hi André,

    Please try the following in Quick CSS under Enfold–>General Styling to activate the mobile menu for ipad screen sizes as well:

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

    Best regards,
    Rikard

    #645308

    Hi Rikard,
    thank you for your response, but that doesn’t solve the problem. See this screenshot on my regular computer:

    Screenshot

    If there is no CSS fix for that, I probably could change that behaviour via my child theme’s public js? Checking the html output, the ID of the surrounding li element of the submenu is menu-item-3485.

    Thanks for helping me with that.

    #645366

    The probIem still existed after the last update (3.6.1). I managed to fix this with the following css:

    @media only screen and (min-width: 768px) {
    	#menu-item-3485 .sub-menu {
    		margin-left: -60px;
    	}
    }

    But this of course only works in my special case. Imho there is a general problem with the main menu logic somehow.

    #646093

    Hi,

    Great, glad you got it working. We’ll get that fixed in a future release hopefully.

    Best regards,
    Rikard

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