MyBB Community Forums

Full Version: How to resize the blockquote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there!

How can I resize the blockquote. I want to adjust the width of it. I've searched through the General Support forum and couldn't find a way to get this done, and before I go and break something in my forum, I rather let the experts guide me.

Thanks.
Big Grin
Team -

Is this possible or a "feature request" for 2.0?
In the general CSS file for your theme you'll need to find something along the lines of

.blockquote

And in the CSS either find the width and change it to what you want or if there is no width add in something like this

width: 75%;