Skip to content

Elementor Align Buttons in a Column To Bottom Easily

  • by

Learn how to easily get the buttons alignments you see above, using Elementor free or Pro!

.myalignedcolumnselector .elementor-widget-wrap {
    flex-direction: column;
}

selector .elementor-widget-wrap div:last-child {
    margin-top: auto;
}

For Elementor Pro websites only

selector .elementor-widget-wrap {
   flex-direction: column;
}

selector .elementor-widget-wrap div:last-child {
    margin-top: auto;
}

OR

selector .elementor-widget-wrap {
   flex-direction: column;
}

selector .elementor-widget-wrap .btn-align-bottom {
    margin-top: auto;
}

Leave a Reply

Your email address will not be published. Required fields are marked *