Can’t Add Additional Items to first line of Secondary Menu with CSS

Home / Forums / Virtue Theme / Can’t Add Additional Items to first line of Secondary Menu with CSS

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
May 18, 2019 at 6:04 pm

Hello, I can’t figure out how to add another item to my Virtue secondary menu without it wrapping to a second line. Heres the website:

I’ve tried the following custom CSS (with differing pixel widths, not just 1200px):
@media (min-width: 1200px) {
.container #nav-second {
width: 1200px;
}
}

All that does is pull the four existing secondary menu items closer together, leaving more empty space in the menu (which could easily fit a fifth menu item). But when I DO add a fifth item to the menu, it still always displays on a second line. Its like the secondary menu is ‘locked’ to only four menu items, regardless of how many more would fit. Could you please advise?
thanks Cathie

  • You must be logged in to reply to this topic.