The gap CSS property is used to define the gutters between rows and columns and it is a shorthand for row-gap and column-gap. The gap classes can be used for grids and flex elements.
Class | Properties |
---|---|
wpex-gap-5 | gap: 5px; |
wpex-gap-10 | gap: 10px; |
wpex-gap-15 | gap: 15px; |
wpex-gap-20 | gap: 20px; |
wpex-gap-25 | gap: 25px; |
wpex-gap-30 | gap: 30px; |
wpex-gap-40 | gap: 40px; |
wpex-gap-50 | gap: 50px; |