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 #3849258
Justified text for single posts and across the website
Open

Comments

  • massimobassocom started the conversation

    I would like to know how to justify the text inside single posts and across the entire website. the theme is not yet active on my website. 

    Thank you

  •  2,790
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .inner-post-entry.entry-content {
      text-align: justify;
    }

    Regards,
    PenciDesign.