When on mobile, the header disappears.
Where can I set that header displays all the time on mobile?
Thanks in advance.
Regards,
Hayco
Hey Hayco,
I was still able to see the header on mobile. Can you please provide a screenshot so I can understand what you mean?
Best regards,
Jordan Shannon
Hi Jordan,
See attached two screenshots (see link). The first you see the header, and when I scroll down, the header disappears.
Best regards,
Hayco
Hi,
I believe this is the default function of the theme based on your settings. You would prefer a sticky header?
Best regards,
Jordan Shannon
Hi ,
Yes, I prefer sticky header.
Regards, Hayco
Hi,
Try adding this to quick css:
.html_header_top.html_header_sticky #header {
position: fixed !important;
}
@media only screen and (max-width: 767px) {
.responsive #main {
padding-top: 82 !important;
}
}
Best regards,
Jordan Shannon