Site logo

Archived topic

How to align the dropdown menu if there isn't enough space on the right

5 replies · Started by Jin on September 16, 2022

Viewing posts 1–6 of 6

How can we choose to align the menu to the left if there isn’t enough space to show all characters?

Hi there,

that parent menu item, give it a CSS Class of open-left.
Add this CSS:


@media(min-width: 769px) {
    .main-navigation .main-nav li.open-left > ul {
        left: unset !important;
        right: 0;
    }
}

Hi David

I've added it but the bug still persists.

All good now. My bad I missed David's first sentence regarding adding the CSS class to the menu item.

Glad to hear that :)

This archived topic is closed to new replies.