Hi : ) I hope you’re having an amazing day!
I would like to bottom align the bottom images of my grid row. What is the best way to do this?
The way it is set up now, when the page is scaled the bottom images become uneven based on the text above. I tried adding an additional column below within each grid row and aligning to the bottom but it didn’t work : (
Below is a link to the working pages and a screenshot of how I have it setup
Thank you for you help!
Hey envisageiam,
Thank you for the inquiry.
Try to apply a unique ID to the grid row element containing the columns in the Advanced > Developer Settings > Custom ID Attribute field. Use “av-custom-grid-temp”, for example, then add this css code:
#av-custom-grid-temp .av_one_fifth
.av_textblock_section {
min-height: 100px;
}
You may also need to upload images with the same size and aspect ratio, or apply a minimum height to the images as we did with the text blocks.
Best regards,
Ismael