Site logo

[Resolved] Menu CSS after upgrading the theme

Home Forums Support [Resolved] Menu CSS after upgrading the theme

Home Forums Support Menu CSS after upgrading the theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #173144
    Oleg

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

    3

    #173162
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.