• Resolved steffidth

    (@steffidth)


    Hello,
    is there a possibility to have on hover show dropdown and submenu be open on the left site, not the right site?
    On small computers the text of the submenu gets cut off.
    I tried “left-dropdowns” in the css menu settings, but this did not work.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Thank you for reaching out to us and apologies for the delay in getting back to you!

    There is no built-in option to do this but you may add this in Customizer > Additional CSS to make the last menu item with children to open the further sub-items on the left side instead of right:

    .header-navigation .header-menu-container ul li:last-child ul.sub-menu ul.sub-menu {
        left: unset;
        right: 100%;
    }

    Hope this helps and let us know if we can assist you further.

    Best Regards,
    Karla

    Thread Starter steffidth

    (@steffidth)

    Thank you very much. This worked perfekt.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘menu dropdown open on left’ is closed to new replies.