• Hi;

    Is there a list of TinyMCE editor classes that can be manipulated with the new editor-style.css ?

    I have set the max-width of .mceContentBody to match my theme, that works, but the HTML TextArea element of the TinyMCE editor is wider than the mceContentBody.

    How can I shrink the the TextArea ( editing window ) of the TinyMCE editor?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter tinker123

    (@tinker123)

    I fired up firebug to find the the relevant CSS class.

    I put this line in wp-admin/css/wp-admin.css :

    .metabox-holder{width:675px;}

    That narrowed everything in the wordpress page proportionally with the narrowed section of the TextArea for the area.

Viewing 1 replies (of 1 total)
  • The topic ‘editor-style.css : can it change the width of the TextArea?’ is closed to new replies.