Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Blockquote left border not showing… Reply To: [Solved] Blockquote left border not showing…

#189119
Paulie_D
Member

Looks like you have a specificity issue.

This is taking precedence and stopping the some of the styles applying


.content blockquote {
background: #FAFAFA;
border-top: 1px solid #E8E8E8;
border-bottom: 1px solid #E8E8E8;
border-left: 0px solid #E8E8E8;
border-right: 0px solid #E8E8E8;
margin: 5px 5px 20px 30px;
padding: 25px 30px 5px;
}