We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Center align read more text Reply To: Center align read more text

#103
Tom
Keymaster

Hi Jamal,

Glad you’re liking it!

I need to add a wrapper around the read more button.

For now, this should work:

.wp-show-posts-inner {
    text-align: center;
}

.wp-show-posts-inner .wp-show-posts-entry-header, 
.wp-show-posts-inner div {
    text-align: left;
}

Not very elegant, I’ll get an update out with a wrapper for that button ASAP 🙂