Jump to the post that solved this thread.
Not Solved Change SCEeditor plugin width
#1
Not Solved Information 
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!
Reply
#2
Not Solved
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;}
Reply
#3
Not Solved
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
Reply
#4
Not Solved
^ removed height property - that should work through global.css
Reply
#5
Not Solved
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]
Reply
#6
Not Solved
^ 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;}
Reply
#7
Not Solved
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.
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)