Archived topic
Pullquote issue
4 replies · Started by Manuela on February 14, 2021
Hello,
On my homepage, I have a pullquote under the header image. I am trying the make the writing appear on 2 or 3 rows (how you see in the image below, with the same quote). However, as I edit and shrink the container in which the pullquote is, in my editing page I see the writing on 2 rows, but when I update the page and view it, it still appears on one row - as you can see.
Could you help me with this, please?
Thank you
Hi,
I have an update: I managed to make the writing appear on 2 rows - I changed from full width to wide width. But now I see a grey line appearing to the left of the quote. Is there a way to delete that line?
Thank you,
Hi there,
try adding this CSS to remove the border:
blockquote {
border-left: 0;
}
Hi David,
Thank you very much!
You're welcome