Reply To: Default contained menu to 100% full width sticky menu?

Home Forums Support Default contained menu to 100% full width sticky menu? Reply To: Default contained menu to 100% full width sticky menu?

Home Forums Support Default contained menu to 100% full width sticky menu? Reply To: Default contained menu to 100% full width sticky menu?

#166580
Tom
Lead Developer
Lead Developer

Hi there,

Give this CSS a try:

.navigation-clone {
    max-width: 100% !important;
    left: auto !important;
    margin: 0 !important;
}
  • This reply was modified 8 years, 3 months ago by Tom.