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 #1557287
Centered Quote
Closed

Comments

  • emmazilke started the conversation

    Hello,

    is it possible to center a quote? Right now it looks like this (see picture). So it is on the left. But I want to have it in the middle. How can I do that?
    Thank you for your help. 

    Kind regards.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .penci-pullqoute { text-align: center;  }
    .post-entry blockquote, .post-entry blockquote p, .wpb_text_column blockquote, .wpb_text_column blockquote p{ text-align: inherit; }
    .post-entry blockquote, .wpb_text_column blockquote{ display: inline-block; }

    Best Regards,

    PenciDesign