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 #3591484
Blockquote
Closed

Comments

  • LucyEdward started the conversation

    Hello,


    I use the code "[blockquote align="justify" author="example"]...[/blockquote], but the aligment does not work.


    Thank you.


  •  2,270
    PenciDesign replied

    Hi,

    Please send me the URL that is related to your site issue.

    Regards,
    PenciDesign.


  •   LucyEdward replied privately
  •  2,270
    PenciDesign replied

    Hi,

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

    .penci-pullqoute.align-justify blockquote,
    .penci-pullqoute.align-justify blockquote p {
        text-align: justify;
    }

    Regards,
    PenciDesign.