Rikard,
I’ve tried your code. It doesn’t work for me.
Here is a screenshot of my site with inspector open:
The columns are inside a color section and I set a minimum height to it.
Please help!
.valign_bottom .avia-button {
position:absolute !important;
bottom:0 !important;
}
.avia-button-wrap .avia-button-center .avia-builder-el-4 .el_after_av_textblock .avia-builder-el-last {
position:absolute !important;
bottom:0 !important;
}
.avia-button-wrap .avia-button-center .avia-builder-el-7 .el_after_av_textblock .avia-builder-el-last {
position:absolute !important;
bottom:0 !important;
}
The other code is because I was trying to target buttons individually to see if it would work if I targeted elements more specifically. Didn’t work.