MyBB Community Forums

Full Version: Anyone Can Help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to edit quote? i mean i wanna quote like fit on page Big Grin and how to auto resize the image ? Big Grin

[Image: qORx8zS.png]


Thanks Big Grin and sorry for my bad english
assuming that you are using MyBB 1.8.x
images in posts and quotes should already fit on the page.

for the quote you can use style property like below in the global.css of the theme
(edit through admin panel & edit in advanced edit mode and add at the bottom)
blockquote {max-width: 980px !important;
     word-wrap: break-word;}
(2014-12-31, 05:30 AM).m. Wrote: [ -> ]assuming that you are using MyBB 1.8.x  
images in posts and quotes should already fit on the page.

for the quote you can use style property like below in the global.css of the theme
(edit through admin panel & edit in advanced edit mode and add at the bottom)

blockquote {max-width: 980px !important;
     word-wrap: break-word;}



Thanks a Lot It Works Big Grin