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?
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
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.
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
You’re awesome! Thank you! That was making me so crazy, I never would have got it.
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