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 #1570120
block quote adjustments
Closed

Comments

  • amanda_iling started the conversation

    Hi, in using the block quote how do i

    1) increase the font size bigger

    2) make the quote align to the middle (the options only show left or right)

    thanks

  •  2,699
    PenciDesign replied

    Hi,

    1/ To do that, please try add more this code to Customize > Custom CSS to do that:

    .post-entry blockquote, .post-entry blockquote p, .wpb_text_column blockquote, .wpb_text_column blockquote p{ font-size: 18px; }

    Change number 18 to value you want.

    2/ 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