Home › Forums › Pro Support › Centralise the "Read More" Button › Reply To: Centralise the "Read More" Button
January 10, 2019 at 7:20 pm
#7124
Keymaster
Try adding this:
.wp-show-posts-inner {
display: flex;
flex-direction: column;
}
.wpsp-read-more {
margin-top: auto;
}