Tagged: Header desktop mobile
Hi,
my site ist starting with a layer slider and currently the header on desktop is only visible when scrolling down, which is ok.
How can I get the same (with burger menu) on mobile?
See link in private.
Thank you for help and best regards!
Hey dreamreader,
Your desktop header is using the option in the admin sidebar for Header visibility and transparency ▸ Header is invisible and appears once the users scrolls down this option doesn’t work for mobile.
You could try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
#header.av_header_transparency {
display: none;
}
#top #wrap_all #header.av_header_transparency ~ #main {
padding-top: 0 !important;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike for your incredibly fast and professional support!
It worked perfectly!
Thanks and best regards!
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