Hello,
on the site http://vietnamazing.eu/be-part-of-it/ my customer wishes that the menu remains visible on the smartphone when scrolling down. I haven’t found any setting for this. Is there a trick to make the menu visible?
Best regards,
Martin
Hey Martin,
Thanks for your question, there is not a option to make the header sticky on mobile, but you could try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed !important;
}
.responsive #top #wrap_all #main {
padding-top: 110px !important;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Wow, Mike, it works. You are great, thank you very much!
Coooool :-)
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike