Forums

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

Home Forums CSS Which media queries should be used for responsive design? Re: Which media queries should be used for responsive design?

#99400
farzadina
Participant

You can use something like this:

@media (max-width: 1024px) {
}

And other widths for other resolutions.