Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #229083

    I have tried various iterations to no avail, such as:

    .avia-promocontent  blockquote {
    border-left-width: 3px;
    }

    What would actually be correct?

    #229385

    Hey aribann!

    Please use this:

    blockquote {
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 20px;
    }

    Best regards,
    Ismael

    #229671

    Thank you, i was blind to that

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Promo Box – Change width of vertical bar when using blockquote’ is closed to new replies.