Header always visible on mobile
-
Hi!
I set header menu fixed on mobile using this code:
@media screen and (max-width: 992px) {
.sticky-header.sticky-header-shrink {
position: fixed !important;
}But when I scroll down and tap on burger menu, I cannot see menu since it deploys on the top of the page.
Could you please help me? Thanks in advance!
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Header always visible on mobile’ is closed to new replies.