MyBB Community Forums

Full Version: Post editor main area not aligned with the post editor box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have this problem. I remember seeing this somewhere on Mybb but I cannot find it.

[Image: RkCJO.jpg]

as you can see, the dark area is a bit longer than the actual box, where could I fix this,

Thank you!

Ok, I played around with the elements and found out the code. Now Ihave to find out where it is.
Is there a CSS way?
HTML (need to edit each editor):
http://community.mybb.com/thread-125994.html

CSS (not sure if will work in every place, add to global.css):
#message {
    width: 400px;
    height: 350px;
}