@media screen and (max-width: 1024px) not working
-
Installed WP Mobile Menu and really like the way it is working. The exception is how it is working in Safari. I want to drop the header when the mobile menu is active so I included this in my css.
@media screen and (max-width: 1024px) {
header#branding {
display: none;
}
}It works in Crome but not in Safari. Do you have any idea of why?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘@media screen and (max-width: 1024px) not working’ is closed to new replies.