Site logo

Archived topic

Menu CSS after upgrading the theme

1 reply · Started by Oleg on February 16, 2016

Viewing posts 1–2 of 2

Hi Tom!
I noticed that after upgrading the theme icons in the menu displayed become ugly. You said that you can fix it.

3

This happens when the sub-menu item is too long for the specified width of the sub-menu.

You can adjust the width with this CSS:

.main-navigation ul ul {
    width: 220px;
}

Adjust as needed :)

This archived topic is closed to new replies.