• Resolved tabupl

    (@tabupl)


    I need to optimize one element of the site, so that it works on a few different screen resolutions. I used something like this (of course with a proper code beetween):

    @media (max-width: 1000px)
    @media (man-width: 1600px)
    @media (max-width: 1900px)
    @media (min-width: 1900px)

    However it works just in 2 cases, in stead of 4. Would you mind helping me to develop the proper conditions to make it work in all of the 4 cases?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Optimization for different rezolutions’ is closed to new replies.