G-blocks in grids do not seem to be responsive
-
I’ve noticed a quirk on some sites I use Gantry 5 with. If you build a row with the blocks sized next to each other (for example, three 33.33% blocks), they won’t act responsively.
Looking at the CSS, the class has is set up as follows:
.size-33-3 { max-width: 33.3333%; width: 33.3333%; }
If you set max-width to none, the layout becomes responsive again while still retaining the appropriate size on desktop views. Why is this CSS set by default? Is there an option I’m missing in the layout manager to turn this off so we don’t have to override the CSS?
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘G-blocks in grids do not seem to be responsive’ is closed to new replies.