0

Im devoloping a Drupal Zen subtheme.

When resizing the browser, the Zen correctly resizes everything to fit the browser/window size. Thats great, but is there a way to tell Zen to stop being responsive at a certain breakpoint?

apaderno
  • 28,547
  • 16
  • 75
  • 90
Bolli
  • 4,974
  • 6
  • 31
  • 47
  • There are two files in zen grid system (zen-internals/css/layouts/) , responsive and fix. you can use one of them. If need do something fix, then you can add media query for certain break point and then change percentage width to something fix width. – crazyrohila Apr 01 '13 at 12:15

1 Answers1

0

Just apply max-width to container.

Andrey Mikhaylov - lolmaus
  • 23,107
  • 6
  • 84
  • 133