MyBB Community Forums

Full Version: Change width of the report box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
site: bigbrotheronline.xyz

I want to change the width of the report box to remove the scrolls:

[Image: 67f7c7a12b4f42e784095260b82e6391.png]
Go to templates & styles > templates > choose your theme > Report Templates > Report

<div style ="overflow-y: auto; max-height: 400px;">

^Add to that inline styling "max-width:00px" (adjust 00px until you achieve the width you want). If that doesn't work try also changing the "overflow-y: auto" to "overflow-y: hide".
Yeah what Sharree has provided should do the trick for you. Your community is currently set to closed making it hard to have a look too.