Related Posts Title Alignment
-
Hello,
I was able to center the related posts by copy and paste the following in customize CSS section:
div.wp_rp_content {
display: block !important;
}
ul.related_post {
display: block !important;
text-align: center;
}However, the related posts title is aligned to the left of the entire page. How can I center the related posts title, or align it so that it lines up with the icon of the first related post?
Thanks very much in advance.
https://ww.wp.xz.cn/plugins/wordpress-23-related-posts-plugin/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Related Posts Title Alignment’ is closed to new replies.