Comments emmazilke started the conversationApril 28, 2018 at 8:17amHello,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,700PenciDesign repliedApril 28, 2018 at 10:16amHi,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 ...
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.
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign