Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Media query problem Reply To: Media query problem

#245486
johned
Participant

Thanks for your feedback.
When you say to define a display block for the smaller pages do you mean something like this-
@media screen and (max-width: 700px) {
body {
display: block;
}

I tried this for the 700px screen and I am still having the same problem. When I delete one of the parts that should only be for the smaller screens in the 768px media query this part is also removed from the smaller screens