The forum operates in read-only mode. Please head to StackOverflow for support.
Hello! I just downloaded this wonderful editor, however I can't figure how to adjust the padding of the textarea.
I've attached an image below which shows what I mean. How can I make the padding smaller?
Edit contents.css file which you can find in main CKEditor directory. You have to modify margin for body (default is 20px).
Piotrek (Reinmar) Koszuliński CKEditor JavaScript Developer -- CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
You can also create css class(es) using bodyClass in config, and then style them. Something like this:
bodyClass : 'CKEditorInputArea CKEditorGeneratedContent RTEGeneratedContent',
Edit contents.css file which
Edit contents.css file which you can find in main CKEditor directory. You have to modify margin for body (default is 20px).
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Also use CSS Classes
You can also create css class(es) using bodyClass in config, and then style them. Something like this:
bodyClass : 'CKEditorInputArea CKEditorGeneratedContent RTEGeneratedContent',