Reply To: How to reduce the width sub-navigation

Home Forums Support How to reduce the width sub-navigation Reply To: How to reduce the width sub-navigation

Home Forums Support How to reduce the width sub-navigation Reply To: How to reduce the width sub-navigation

#76441
Tom
Lead Developer
Lead Developer

Sorry for not getting back to you sooner!

This should do it:

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

Adjust the pixels as needed 🙂