Hi, how do I put the fixed header at the top in the mobile version?
Thank you for your support
Hey Manuela,
Thank you for using Enfold.
That is disabled on smaller screens by default. You can enable it back by adding the following css code.
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #header {
position: fixed;
}
}
Best regards,
Ismael
HI,
I added the code shown, see screenshot: https://monosnap.com/file/Hjc9zKengxZokR0IKctyl9TZYvFIA1
but the header is not fixed.
Thanks for your help.
Yes this code work, thank you.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon