MyBB Community Forums

Full Version: Text Box Sizes All Messed Up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I seem to be having a problem with the size of the editor when posting replies or new threads. The problem also appears in the a plug-in I just installed to add comments to profiles. This problem existed before I installed the plug-in So I know its not that. Can anyone tell me where to look to adjust the sizes so they fit correctly?

P.S. The problem is even worse in Opera browser.

Oh and one other thing. The problem persists no matter what theme I use.
I believe it is because of the font(and fontsize) you picked for your theme...

MyBB default is:
textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}
If you edit the settings for the theme and tell it to sue the Office 2007 editor, this usually goes away.
Please don't use Tahoma font for textarea. You can use Verdana, Arial, Sans-Serif as textarea font style.
Ok cool thanks guys. Im gonna go give your advise a try.
Edit: Wow thanks so much! That did the trick!