Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #184032

    Hi,

    when resizing the browser and having a wide drop down, sometimes the dropdown menu still goes “right” and then is not fully visible in the browser because its too wide.

    Is there somehow to prevent the dropdown from every going close to the browser edge than say 10px? And if it does it should move the dropdown menu left?

    Thanks in advance.

    #184446

    Hey haekke!

    I checked your website on my iphone and dropdown menu works just fine. In my opinion it is not possible to fix the issue that happens when you re-size window. You can use one of Enfold’s default mobile menus to prevent the issue

    Best regards,
    Yigit

    #184459
    This reply has been marked as private.
    #184462

    Hi!

    Sorry, i checked the wrong website. Can you post the link to your website?

    Best regards,
    Yigit

    #184467
    This reply has been marked as private.
    #184468

    Hi!

    Please add following code to Quick CSS in Enfold theme options

    .main_menu .menu ul { right: 0; }

    Best regards,
    Yigit

    #184473

    Thanks for fast response, but it does not work :(

    #184650

    Hi!

    You can move the dropdown menu using this on your custom.css or Quick CSS:

    .main_menu .menu ul {
    left: -100px;
    position: absolute;
    }

    Cheers!
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Prevent dropdown from getting wider than browser’ is closed to new replies.