Grid Row
The grid-row CSS shorthand property defines a grid item's size and position within a grid row by specifying a starting line, an ending line, a span, or leaving it automatic. It determines the block-start and block-end edges of the item's grid area.
| Class | Properties |
|---|---|
| wpex-row-span-full | grid-row: 1 / -1; |
| wpex-row-span-2 | grid-row: span 2 / span 2; |
| wpex-row-span-3 | grid-row: span 3 / span 3; |
| wpex-row-span-4 | grid-row: span 4 / span 4; |
| wpex-row-span-5 | grid-row: span 5 / span 5; |