Hi,
i would like to know if it is possible to put 3 buttons which are in 3 columns beside each other in one line, when there is a different amount of text in the colomns (boxes)?
I had that a few times would be great if there is a way :)
Many regards rixi
Hey rixi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (min-width: 768px) {
#av_section_2 .flex_column_table .avia-button-wrap {
position: absolute;
bottom: 0;
left: 20%;
transform: translateX(-13%);
padding-bottom: 20px;
}
#av_section_2 .flex_column_table .av_textblock_section {
padding-bottom: 50px;
}
}
Best regards,
Mike
Hello Mike,
perfect, thanks a lot!!!!! :)
Many regards rixi
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike