Advertisement
brooklyndesignstudio

Divi Vertically Align

Aug 31st, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. <!----  VERTICALLY ALIGN - EQUALIZE COLUMNS - CREATE CLASS (ds-vertical-align)  ---->
  2. .ds-vertical-align {
  3.         display: flex;
  4.         flex-direction: column;
  5.         justify-content: center;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement