MyBB Community Forums

Full Version: Notepad textbox small. (Solution did not fix it)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The 'Notepad' options textbox is extremely small, I've seen another thread ( http://community.mybb.com/thread-80496.html ) on how to fix it, I tried the solution but it didn't fix it for me.

[Image: noteo.png]

Thanks, and any and all help is appreciated!

Nevermind fixed it myself. Please close this thread.
Ah, I ran into this myself with another forum style. Gimme a minute and I'll replicate it.

Go into ACP > Templates & Styles > Themes > yourtheme > usercp.css > and does it say .usercp_nav_notepad anywhere near the bottom?

If it does, change that to .usercp_notepad and make sure that it has the width defined.

.usercp_notepad {
	width: 99%;
}

Hopefully that helps you.

And my lack of reading skills win the day.