[Resolved] RTL Blockquote

Home Forums Support [Resolved] RTL Blockquote

Home Forums Support RTL Blockquote

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #436640
    Itay

    Hi!

    I have a RTL website but the Blockquote is aligned on the left side of the content block instead of the right side.

    #436672
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Is there a specific page I can see this on?

    #437122
    Itay

    Here’s a link with blockquotes:

    https://www.eyalmatan.com/the-right-way-for-business-marketing/

    thanks!

    #437277
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .rtl blockquote {
        border-right: 5px solid rgba(0,0,0,.05);
        border-left: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.