Reply To: I like the original non responsive menu

Home Forums Support I like the original non responsive menu Reply To: I like the original non responsive menu

Home Forums Support I like the original non responsive menu Reply To: I like the original non responsive menu

#77299
Tom
Lead Developer
Lead Developer

That “original” responsive menu was just a bug (where the items were side by side, and not stacked).

You can go back to that, but it will cause issues with the dropdowns.

@media screen and (max-width: 768px) {
      .main-navigation .sf-menu > li {
            float: left;
      }
}