Archived topic
Center the Posts Title
3 replies · Started by Amit on April 17, 2020
Viewing posts 1–4 of 4
Hi,
I am using WP Show Posts to display the posts, but the titles are not centered and they look weird hanging on left. I need to justify or center the title for both Desktop and mobile.
Solved...
I added this code
/* Center Page Title Wp Show Posts */
.wp-show-posts .wp-show-posts-entry-title a {
text-align: center;
}
Glad to hear that :)
Yep, and thanks for the concern.
This archived topic is closed to new replies.