Reply To: Menu messed up after upgrade

Home Forums Support Menu messed up after upgrade Reply To: Menu messed up after upgrade

Home Forums Support Menu messed up after upgrade Reply To: Menu messed up after upgrade

#169329
Tom
Lead Developer
Lead Developer

Hi there,

On the first site, do you have font awesome classes added to the menu item?:

fa-home fa-fw
fa-info-circle fa-fw
fa-envelope fa-fw

etc..?

If so, those should be added inside the menu item label, not to the actual menu.

For the second site, it looks like you’ve just ran out of room with the long menu items.

Try increasing the width of your sub-menu:

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

Let me know 🙂