[Theme: Make] Fixed header turned off for mobile
-
I have added css to my Make child theme to make my website header a sticky header. Here is what I added:
.site-header {
position: fixed;
top: 0;
width: 100%;
z-index: 2000;
}body.admin-bar .site-header {
top: 28px /* Make this 32px if MP6 is installed */
}body {
padding-top: 170px;
}The problem with this is that with the sticky header, on mobile phones it becomes harder to view the site. How would I turn off the sticky header on mobile phones?
https://www.coast2coastconcrete.comThanks,
Twinx
- The topic ‘[Theme: Make] Fixed header turned off for mobile’ is closed to new replies.