MyBB Community Forums

Full Version: Change SCEeditor plugin width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hi guys,

Does anyone know how to change the width/height of that editor?
The default size is so ugly.. o.0

- In New Thread
- In New Reply
- Quick Reply


Cheers!
you can try adding style property like below in global.css or SCeditor's stylesheet
(./jscripts/sceditor/jquery.sceditor.mybb.css)
.sceditor-container {width: 900px !important;}

MikeInToshx

Adding it trough my global.css made it look weird. Like there were 2 editors active.
Adding it trough ./jscripts/sceditor/jquery.sceditor.mybb.css did not work.

Cheers
^ removed height property - that should work through global.css

MikeInToshx

I added some height. At first sight it seems nothing abnormal.
Once u write a few lines of text, this is what happens:

[attachment=30613]
^ oh, you can try same set of properties for .sceditor-container textarea & .sceditor-container iframe
.sceditor-container textarea {width: 900px !important;}
.sceditor-container iframe {width: 900px !important;}

MikeInToshx

Hmm thats better. When adding height 99% ( or 75px ) it gets messed up though.

And what about the Quick reply? I'd want it 99% aswell and less high than the "new reply" editor
Looks awfull right now:

[attachment=30614]

Cheers.