Reply To: Have the logo show in the sticky menu

Home Forums Support Have the logo show in the sticky menu Reply To: Have the logo show in the sticky menu

Home Forums Support Have the logo show in the sticky menu Reply To: Have the logo show in the sticky menu

#98130
Tom
Lead Developer
Lead Developer

Unfortunately the threshold can’t be adjusted without editing core files.

What you can do is create more breakpoints to reduce font size etc.. of your menu.

For example:

@media (max-width:1000px) {
      .main-navigation li a {
            font-size: 13px;
      }
}

You may need to play around a bit to get it just the way you want it 🙂