Hi @juliettemarchalyoga,
Can you please provide the URL to the page where you have displayed the quote? so that we can check and provide you the necessary CSS code.
Kind regards.
Hi,
https://juliettemarchalyoga.com
Here in the first page at the bottom there are 3 blocks of citations.
Here is the screen short for you : https://www.cjoint.com/c/JLhjOK78Pr2
I don’t know how to make them smaller.
Thanks for your help.
Hi @juliettemarchalyoga,
We could not locate the citation that you are referring to, screenshot-https://prnt.sc/vxenpy
Can you please make the page public?
Kind regards.
Hi
To reduce the size of the quote, add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.
blockquote {
font-size: 15px;
padding: 81px 45px 25px 46px;
margin: 0.5em 0;
}
Kind regards.