Redwood
From your WordPress Dashboard, go to Mega Menu > Menu Themes and select your active menu theme.
Step 1: Set the Responsive Breakpoint to 768px.
Step 2: Insert the following into the ‘Custom Styling’ area on a new line:
1 2 3 4 5 6 7 8 9 10 11 |
#nav-wrapper { display: block !important; } #{$wrap} .mega-menu-toggle { text-align: left; height: 50px; line-height: 50px; } #{$wrap} .mega-menu-toggle:before { float: left; } |