MyBB Community Forums

Full Version: Where is div class="messageEditor" ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My text box is moved (I don't know why)(new reply, PM, signature).
I want to change 'height= 450' to 'height= 437' and witdth from 528 to 526.

Where can I find this code to edit it?
<div class="messageEditor" style="position: relative; width: 528px; height: 450px;">

This is my problem:
[Image: bcc825378b9b32010430313e0b778aaa.png]
That's the result now:
[Image: 355027e82def8caef52cea129109df8b.png]

Solved:
global CSS mised this code
.float_right {
	float: right;
}