I have tried various iterations to no avail, such as:
.avia-promocontent blockquote {
border-left-width: 3px;
}
What would actually be correct?
Hey aribann!
Please use this:
blockquote {
border-left-style: solid;
border-left-width: 3px;
padding-left: 20px;
}
Best regards,
Ismael
Thank you, i was blind to that