Comments 4ISOLE-GRECHE started the conversationJanuary 7, 2019 at 5:21pmWhich CSS code may I add to have justify text on every post and pages paragraphes? So I won't have <p style="text-align: justify;"> on every paragraph. 501Penci repliedJanuary 8, 2019 at 3:48amHi,Please try go to customize > Addtional CSS, then add custom code to do that: .penci-content-post .penci-entry-content { text-align: justify; }Or try use "TinyMCE Advanced Plugin" plugin and check this guide to know how to add justify text buttons in wordPressBest Regards,PenciDesign 4ISOLE-GRECHE repliedJanuary 8, 2019 at 8:24amPerfect! Sign in to reply ...
Which CSS code may I add to have justify text on every post and pages paragraphes? So I won't have <p style="text-align: justify;"> on every paragraph.
Hi,
Please try go to customize > Addtional CSS, then add custom code to do that:
Or try use "TinyMCE Advanced Plugin" plugin and check this guide to know how to add justify text buttons in wordPress
Best Regards,
PenciDesign
Perfect!