Forums

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

Home Forums CSS Blockquote Issue – Want a full width blockquote in Content Section Re: Blockquote Issue – Want a full width blockquote in Content Section

#103507
Billy
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];
}