Tagged: mobile
Hello,
Awesome theme! Just one question: how did I get the menu to stick to the top of the screen on a mobile devices.
The website is a one page website with anchors, but in the mobile version, I have to scroll all the way up to the top of the site to access the menu.
Any help would be greatly appreciated.
Hey inertia05,
Thank you for using Enfold.
use this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all #header {position: fixed;}
}
Best regards,
Mike
Thanks Mike!
That worked great :-)