Home › Forums › Pro Support › Center align read more text › Reply To: Center align read more text
July 24, 2016 at 12:01 pm
#103
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 🙂