Aligning menu icon and the menu text

I’d like to align the menu items with the icons (arrows). I don’t like how they’re at the bottom right corner. I’d prefer them to be at the same level as the text. How do I do this?

Hi Craig,

Thank you for reaching out to us. Try adding the following code in the Theme Options > CSS:

.x-menu > li > .x-anchor .x-anchor-sub-indicator {
    margin-top: -8px;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

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