Divi Align Tips
Vertically Align Content using Flex and Auto Margin
margin
:
auto
;
Content Bottom Aligned
margin
:
auto
auto
0
;
Content Top Aligned
margin
:
0
auto
auto
;
Aligning Content Vertically for All Columns in Your Row
Aligning Content Vertically for All Columns in Your Row
align-items
:
center
;
Columns to be bottom aligned
Columns to be bottom aligned
align-items
: flex-end;
Vertically Aligning Content using Column Flex Direction
display
:
flex
;
flex-direction
: column;
justify-content
:
center
;
No comments:
Post a Comment