How to fix menu alignment issues?

Hi there,

After an update (I think when the icons were updated) a few sites have an issue wit the alignment of the menu items.

Where ever there are drop-down menu items , the top-level menu item is a few pixels below menu items without a drop-down eg:

https://www.evergreen-skischool.com/

How can I get everything back in line?

Thanks in advance!

Hi There,

Could you please try removing all your custom CSS to see it fixes the issue?

If it doesn’t help, please try adding this custom CSS under Theme Options > CSS:

.x-navbar .desktop .x-nav li>a>span:after {
    font-size: 14px;
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.