West
Go to Mega Menu > Menu Themes and insert the following into the Custom Styling area:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
@media only screen and (max-width: 1024px) { .site-header .container { display: block !important; } .main-navigation { display: flex !important; width: 100%; margin-top: 20px; padding-left: 0; float: left; } #{$wrap} { width: 100% !important; } } |