I would like the mobile menu to function exactly like CNN.com, where the menu slides from right to left and sits below the header bar, leaving the logo visible. Is this possible?
Hey Mike!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab to show logo when mobile menu is visible
ul#mobile-advanced {
margin-top: 120px;
}
Cheers!
Yigit
That works! Thank you.
Also, I got rid of the scale-up effect with this
#mobile-advanced {
transform: scale(1);
}