Hello –
Is there a way to align the buttons in the four services columns so that they align at the bottom baseline?
Hey valerieh,
Thank you for the inquiry.
Try to edit all the buttons, go to the Advanced > Developer Settings toggle, and then place the name “av-custom-bottom-button” in the Custom CSS Class field. After editing all the buttons, add this css code:
.av-custom-bottom-button {
position: absolute;
bottom: 20px;
}
Best regards,
Ismael
That worked! Thank you! You can close this ticket.