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?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37217
    mauryaratan
    Member

    Hello,
    I am new to responsive web design, a bit late of course. I was facing a few issues with the same. I used the media queries for iPhone and iPad portrait and landscape. It works just find on both but I’m bit confused about using the media queries for browser. When I resize the windows elements get unorganized. I just want to know what media queries should be used when designing for desktops.

    #99400
    farzadina
    Participant

    You can use something like this:

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

    And other widths for other resolutions.

    #100009
    mauryaratan
    Member

    I figured it out. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.