Adaptive design

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28067
    genkokov
    Participant

      Hi, Olly! I have a question.. I use a grid to output items.. I want to use three columns per row. I want to have possibility to change the number of columns in the row during changing of screen resolution . (f.e.: 1500px – > 3 columns p/row, 800px -> 2 columns 480px -> 1 column). I tried to solve this by using CSS properties.. But I couldn’t do it.. Can you tell me how to solve this issue if it is possible?
      Thanks!

      #28068
      Olly
      Admin & Mod

        you need to use css media queries defining min-width , max-width and override width and clear properties (and perhaps a couple more such as margins )

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Adaptive design’ is closed to new replies.