Vertical align issue
-
When you set the Vertical Align for column to space-between the generated css looks like this:
.guten-section > .guten-container > .guten-PuRcSz.guten-column > .sticky-wrapper > .guten-column-wrapper {
align-content: between;
align-items: between;Should be:
align-content: space-between;
align-items: space-between;The same thing happens when you choose space-around, space-evenly
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Vertical align issue’ is closed to new replies.