Skip to content

Grid Column

GridResponsive

The grid-column CSS shorthand property defines a grid item's size and position within a grid column by specifying a line, a span, or leaving it automatic, which sets the inline-start and inline-end edges of its grid area.

Class Properties
wpex-col-span-full
grid-column: 1 / -1;
wpex-col-span-2
grid-column: span 2 / span 2;
wpex-col-span-3
grid-column: span 3 / span 3;
wpex-col-span-4
grid-column: span 4 / span 4;
wpex-col-span-5
grid-column: span 5 / span 5;