At the bottom of the page: https://hervisgetmovin.si/aktivnosti-na-supu/ there are 10 SUp board photos. I would like to align them to bottom, so that the hights will vary at the topa and not at the bottom. In image styling I can only see the center, left, right or no special alignment options. Is there a way to solve this? Please help.
Hey Matjaz,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
.postid-2575 #av_section_1 .entry-content-wrapper {
display: grid;
grid-template-columns: repeat(5,1fr);
}
.postid-2575 #av_section_1 .entry-content-wrapper .av_one_full {
grid-column: span 5;
}
.postid-2575 #av_section_1 .entry-content-wrapper .av_one_fifth {
grid-row: span 1;
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
Best regards,
Nikko