J
JadeMarketing
New Member
For the posts section, how can I align the excerpts to the top so they all start at the same part of the page regardless of how long the blog title is?
I tried Column setting > vertical align > space between but it didn't seem to make any difference.
I tried varitions of the following custom CSS (with absolute excerpt rather than read more) but it aligned all exerpts together, not underneath their own title - so just layered all the excerpt text on top of each other.
.elementor-post__title {min-height: 60px;}
.elementor-post__excerpt {min-height: 150px;}
a.elementor-post__read-more {
position: absolute;
width: 60%;
bottom: 5%;}
I tried Column setting > vertical align > space between but it didn't seem to make any difference.
I tried varitions of the following custom CSS (with absolute excerpt rather than read more) but it aligned all exerpts together, not underneath their own title - so just layered all the excerpt text on top of each other.
.elementor-post__title {min-height: 60px;}
.elementor-post__excerpt {min-height: 150px;}
a.elementor-post__read-more {
position: absolute;
width: 60%;
bottom: 5%;}