Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #484694

    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?

    #485055

    Hey shreinmedia,

    Sorry for the late reply. Looking at your site it looks you solved it already?

    Best regards,
    Rikard

    #485407

    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.

    #485897

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.