Activello
Go to Mega Menu > Menu Themes and enter the following into the Custom Styling area:
1 2 3 4 5 6 7 8 9 10 11 |
/* Place menu on same line as search box */ @include desktop { #{$wrap} { float: left; } } /* Hide duplicate mobile menu button */ .navbar-header { display: none !important; } |