Home › Forums › CSS › Blockquote Issue – Want a full width blockquote in Content Section › Re: Blockquote Issue – Want a full width blockquote in Content Section
May 26, 2012 at 7:15 am
#103507
Participant
The only thing that I can imagine is making the background not go over the padding is that it may be some box-sizing or something.
I’m not too sure. Try just doing this:
blockquote {
background: whiteSmoke;
margin: 10px;
margin-left: -10px;
padding: 10px;
width: [same width as content + 10px];
}