When I push "indent" on CKEDITOR, it creates a div with margin-left 40.

How can I change that number to 20?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Try the following:

http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.indentOffset

Below is the applicable source excerpt:

var indentOffset = editor.config.indentOffset || 40;

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.