I have three columns set to equal height and I would like the button to aligned to the bottom of each column in all states of responsive sizes.
How can I make sure the button is always aligned at the lowest possible point?
Hey shreinmedia,
Sorry for the late reply. Looking at your site it looks you solved it already?
Best regards,
Rikard
Actually I didn’t. They all stay aligned initially but if you make the browser width smaller you’ll see them be at different heights.
Hey!
the middle button you need to control with this code:
.avia-button-wrap.avia-button-center.avia-builder-el-14.el_after_av_textblock.avia-builder-el-last.get-button-bottom {
position: relative;
top: 23px;
}
You need to use media queries to control it for different screen sizes.
I don’t think there is an easier approach, because only on the middle one you are using one line (injury law), while on the other ones you are using two lines.
Regards,
Andy