MyBB Themes - ThemeFreak
DIV surrounding Text Area too small - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8)
+--- Forum: Support for 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=10)
+---- Forum: Diablo 3 (http://www.themefreak.net/forumdisplay.php?fid=18)
+---- Thread: DIV surrounding Text Area too small (/showthread.php?tid=112)



DIV surrounding Text Area too small - mgrey - 14th May

I am currently having a grudge match with Diablo. Surrounding the text area for new threads or replies, is this little bit of code:

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.


RE: DIV surrounding Text Area too small - Tan - 14th May

Can you please link me to the site where the theme is being used. Thanks! Smile


RE: DIV surrounding Text Area too small - mgrey - 14th May

ParadiseLostRPG.com/forum


RE: DIV surrounding Text Area too small - Tan - 14th May

Awaiting administrator approval of account Smile


RE: DIV surrounding Text Area too small - mgrey - 14th May

Approved.


RE: DIV surrounding Text Area too small - mgrey - 15th May

I didn't realize that by changing the textarea's width would dynamically alter that div's width. So I figured it out. Thanks though!