please help! this is the url: http://www.commercialhotelmillthorpe.com.au
how can i make the responsive menu below the header (in mobile mode) just like in the link provided below.
thanks in advance!
Hey offthehook33!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul#mobile-advanced {
padding-top: 0;
margin-top: 82px;
}
.show_mobile_menu #advanced_menu_toggle {
opacity: 0;
}
Cheers!
Yigit
thank you!!