Advertisement
tommyosheawebdesign

Elementor bottom aligned buttons using CSS flexbox

Feb 13th, 2023
958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. selector .elementor-widget-wrap {
  2.         flex-direction: column;
  3. }
  4.  
  5. selector .elementor-widget-wrap div:last-child {
  6. margin-top: auto;
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement