Archived topic
RTL Blockquote
3 replies · Started by Itay on November 27, 2017
Viewing posts 1–4 of 4
Hi!
I have a RTL website but the Blockquote is aligned on the left side of the content block instead of the right side.
Hi there,
Is there a specific page I can see this on?
Here's a link with blockquotes:
https://www.eyalmatan.com/the-right-way-for-business-marketing/
thanks!
Hi there,
Try this CSS:
.rtl blockquote {
border-right: 5px solid rgba(0,0,0,.05);
border-left: 0;
}
This archived topic is closed to new replies.