Skip to content

Flex Direction

FlexboxResponsive
The flex-direction property defines the direction of the flexible items inside the element.
Class Properties
wpex-flex-row
flex-direction: row;
wpex-flex-row-reverse
flex-direction: row-reverse;
wpex-flex-col
flex-direction: column;
wpex-flex-col-reverse
flex-direction: column-reverse;