Mobile Header not visible after adding sticky header on desktop view
-
I recently added the code below to have a transparent header on my website,
.site-header {
position: fixed;
top: 0;
width: 100%;
} masthead {z-index: 10; position: fixed !important; width: 100%;
the problem now is that in mobile view the header won’t show, the logo is not visible as well. Urgent help needed.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mobile Header not visible after adding sticky header on desktop view’ is closed to new replies.