@media max-width problem
-
Hello,
I’m making my simple theme and @media max-width and min-width doesn’t work. In css file I would like to use only @media (max-width 576px)
but I don’t know why the browsers can’t see it.
For example, if I change max to min (min-width 576px) then it works but for any resolution even below 576px (I don’t know why).
I only have one @media in the css file.
@media (max-width: 576px){
.home_img img{
height: 136px;
}
.home_txt{
Font-size: 16px;
line-height: 24px;
}
}
What could cause the problem?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘@media max-width problem’ is closed to new replies.