Anyone know where can i change the width of ckeditor ? I find the height in ckeditor.js but i cant find the width and i look all over.
Thanks for the help.
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 03 July 2013 - 11:49 AM
Anyone know where can i change the width of ckeditor ? I find the height in ckeditor.js but i cant find the width and i look all over.
Thanks for the help.
Posted 04 July 2013 - 08:03 AM
Under themes/your_theme/css/yourtheme.css look for the line
textarea.texteditor, textarea.mini-texteditor
Posted 04 July 2013 - 08:10 AM
It was in jquery.ckeditor.config .. find it after a long long search.
Posted 04 July 2013 - 08:28 AM
Check it again. I believe the textarea CSS rule includes the ckeditor div
Posted 04 July 2013 - 08:58 AM
But i fix the problem .. it was in jquery.ckeditor.config " .ckeditor({toolbar:'Basic',width:xxxx}); "