Comments Al Alverson started the conversationDecember 20, 2018 at 5:16pmI Sticky Header is disabled but it is still there. I do not want the sticky header.Please advise on what I can do. Thanks, Al 2,634Kevin repliedDecember 21, 2018 at 1:12am To hide it, add the following attribute to the style.css file @media(max-width: 480px) { .header-content.header-sticky-hide { display: none; } } thank youAl Alverson repliedDecember 26, 2018 at 5:25pmKevin - I added the code but the menu heading is still there after a brief scroll. Is there something else I can try? 2,634Kevin repliedDecember 27, 2018 at 1:58amHi Al Alverson !to hide completely on the big screen and mobile device, remove the @media (max-width: 480px) attribute it will workthank you Sign in to reply ...
I Sticky Header is disabled but it is still there. I do not want the sticky header.
Please advise on what I can do. Thanks, Al
To hide it, add the following attribute to the style.css file
@media(max-width: 480px) {
.header-content.header-sticky-hide {
display: none;
}
}
thank you
Kevin - I added the code but the menu heading is still there after a brief scroll. Is there something else I can try?
Hi Al Alverson !
to hide completely on the big screen and mobile device, remove the @media (max-width: 480px) attribute it will work
thank you