MyBB Community Forums

Full Version: DIV surrounding Text Area too small
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am currently having a grudge match with my installed theme (Diablo 3). Surrounding the text area for new threads or replies, is this little bit of code:

<div style="width: 449px; height: 372px; position: relative; " class="messageEditor">

The issue stems from width: 449px. This style keeps the element from filling the available space, and as such, is only a very small box for posting.

Adding 100% to .messageEditor does nothing because it is simply overruled by the element style.

I cannot find where this bit of code is defined. I've searched through the theme's templates and the default templates with no luck. Any ideas? I need to remove that entire style line and add it to either messageEditor or a new class.
I'm looking into this too. Is it maybe in the JS?