Viewport widths/margins break columns
-
If a place a block in a column and assign either Full width or Wide width to it, it overflows into the column next to it.
The css is:
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); padding: 0 15px; }
and
.alignwide { width: 70vw; max-width: 70vw; margin-left: calc(50% - 35vw); }
If I use Inspector to turn off the viewport-based widths and margins it shows properly.
Will you fix this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Viewport widths/margins break columns’ is closed to new replies.