Hi,
please try this (Appearance > Customize > Advanced Options > Additional CSS):
.grid-container__classic.tc-grid-border .grid__item {
height: 400px;
}
However, it may not work with more than 3 posts. Unfortunately I could not check this on the website.
Just wanted to know that is this feature already available in pro version of the theme?
Hello @rishabhsingh12,
this feature is not available in the pro version.
All the best,
Hi, @hage
Thanks for replying, your solution worked perfectly.
However, on some grid items (for example 1st and 4th) the author name and date area is little bit above the bottom.
So, if you can tell me how to move author name and date area at the bottom in each grid then It’ll be really helpful.
I tried using this:
.grid-container__classic.tc-grid-border .grid__item {
display:flex;
flex-direction: column;
height: 100%;
}
.entry-footer{
display:flex;
align-self: flex-end;
}
But it didn’t worked.
Thanks.