Hi,
I’m having trouble displaying borders around classic blockquotes we are using on our site. When working in cornerstone, the elements have borders, but they are not rendering on the live site.
I added the following to the element’s style section: font-size: 13px; border-color: #D3D3D3; border-top: 1 px; border-left:1 px; border-right: 1 px; border-bottom: 1 px
And also added a custom-blockquote class with the following CSS:
.custom-blockquote {
border-color: #D3D3D3;
border-top: 1 px;
border-left: 1 px;
border-right: 1 px;
border-bottom: 1 px;
}
This seems to add a top and bottom border to the elements on the live site, but still missing the sides.
Thank you so much in advance for any help you can provide!!!


