Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1844921
Post and Page justify align text by default
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    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.

  •  501
    Penci replied

    Hi,

    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 wordPress

    Best Regards,

    PenciDesign

  •  4
    ISOLE-GRECHE replied

    Perfect!