Comments amanda_iling started the conversationMay 10, 2018 at 3:07amHi, in using the block quote how do i1) increase the font size bigger2) make the quote align to the middle (the options only show left or right)thanks 2,700PenciDesign repliedMay 10, 2018 at 7:32amHi,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 Sign in to reply ...
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
Hi,
1/ To do that, please try add more this code to Customize > Custom CSS to do that:
Change number 18 to value you want.
2/ Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign