Site logo

Archived topic

Alignment of buttons after excerpts in WP Show Posts

3 replies · Started by Leo on February 19, 2022

Viewing posts 1–4 of 4

Hi!

I'm using the WP Show Posts plugin on my blog page: https://www.ruskus-patruskus.com/blog/

I cannot get the buttons after the excerpts aligned one regarding the other.

How could I do that?

Thanks!

Hi there,

try adding this CSS:

.wp-show-posts-columns .wp-show-posts-inner {
    display: flex;
    flex-direction: column;
}
.wp-show-posts-columns .wpsp-read-more {
    margin-top: auto;
}

Fantastic David, it works. Thank you! :)

Glad to hear that!

This archived topic is closed to new replies.