Hi there,
I’d like to set up a Grid Layout for the Blog-Site for my customer. It’ll be a 2 columns grid Layout. Is it possible to set the 2 Posts in one row into the same height so that the Details like Date or Number of comments are inline?
best regards
Florian
Hi Florian,
The images used should be of the same size to align it a bit.
Should it be aligned top and bottom? or is it okay to make it just align the bottom part?
Best regards,
Nikko
Hi Nikko,
thanks a lot for your answer.
It would be enough, if the bottom part would be aligned.
best regards!
Hi webbits,
Please try to add this CSS code:
.page-id-8181 #av_section_2 .slide-entry-wrap {
display: flex;
align-items: flex-end;
}
Hope it helps.
Best regards,
Nikko
thank you very much, it works perfectly :)
best regards!