Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1329559

    I’m using the grid row with 3 columns, each column has a button on the bottom. How can I align all of the buttons to the bottom?

    #1329599

    Hey covaun,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 990px) {
    .home #av-layout-grid-1 .avia-button-wrap {
        position: absolute;
        bottom: -100px;
    }
    }

    Best regards,
    Rikard

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