Hi I’m trying to align all the read more buttons on the same level (on the bottom)
I use raster blog as element. And I want every read-more button to be on the same level. Even when the title is long
Hey Jillian,
The reason you can’t bottom align the buttons to line them all up is because the elements the buttons are in are different heights and nested inside div’s. But I created this css to make all of the dev’s the same height based on the largest one, which has a nice effect of lining all of the dates and excepts too.
Try this code in the General Styling > Quick CSS field:
.slide-content .entry-content-header,.slide-content .slide-entry-excerpt.entry-content {
min-height: 75px !important;
}
.slide-content .slide-meta {
min-height: 21px !important;
}
feel free to adjust the heights if you wish.
Best regards,
Mike