Home › Forums › Gillion Theme › Align Post Excerpt Titles and Text
Home › Forums › Gillion Theme › Align Post Excerpt Titles and Text
I’d like to center-align the post excerpt titles and text on my Masonry card home page. Is there any Custom CSS that will do this ?
Hi Paul,
Thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to centre align it?
Best regards,
Shufflehound team
Details entered in Private Box below this one
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.blog-style-masonry-card .post-content-container { text-align: center; }
Worked perfectly – thank you !
You are always welcome here 🙂