Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1467837

    Hello –

    Is there a way to align the buttons in the four services columns so that they align at the bottom baseline?

    #1467848

    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

    #1467914

    That worked! Thank you! You can close this ticket.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Aligning buttons at the bottom of columns’ is closed to new replies.