Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1431427

    For the life of me I cannot figure out how to do this.

    I have a 3 column grid, no space between. Each column has an image background, header text at the top in a row and then a green box (2nd row within each column) with text and button at the bottom.

    I can’t get it to align the second row at the bottom and have it consistent so if the header text runs longer, the bottom 3 green boxes will stay the same size and aligned to the bottom.

    Can you help?

    #1431449

    Hey BrendaSarg,

    Thank you for the inquiry.

    You can apply a minimum height to the first column in the cells to keep the second columns in every cell aligned, regardless of the header text length. Please add this code in the Quick CSS field.

    .av-13eqxa-137e0f234429402bf39428b87725a660 .flex_cell .flex_cell_inner .flex_column_table:nth-child(1) {
        min-height: 100px;
    }
    

    Best regards,
    Ismael

    #1431513

    I added that, but it doesn’t put that green box aligned to the bottom like I need? I tried changing the 100px to a higher number, which pushed it down, but it made the image go long and distorted.

    I moved the greenbox (second column in the first grid row) to the middle, but I need it at the bottom.

    #1431623

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.home #av-layout-grid-1 .flex_cell .flex_column_table:nth-child(2) {
    position: absolute;
    bottom: -900px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1431690

    You’re awesome! Thank you! That was making me so crazy, I never would have got it.

    #1431709

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Aligning rows top and bottom within a grid’ is closed to new replies.