Title: Smaller Editor Box?
Last modified: August 22, 2016

---

# Smaller Editor Box?

 *  [Alice Kaye](https://wordpress.org/support/users/alice-kaye/)
 * (@alice-kaye)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/smaller-editor-box/)
 * Is it possible to make the editor box smaller? Right now it is really big. I’d
   like to cut it at least in half.
 * Screenshot: [http://screencast.com/t/L46bMbG8k5z](http://screencast.com/t/L46bMbG8k5z)
 * Also, is it possible to remove the text from under the editor?
 * `You may use these HTML tags and attributes: <a href="" title=""> <abbr title
   =""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""
   > <em> <i> <q cite=""> <strike> <strong>`
 * Thanks in advance!
 * [https://wordpress.org/plugins/tinymce-visual-editor-comment/](https://wordpress.org/plugins/tinymce-visual-editor-comment/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [tranhoang](https://wordpress.org/support/users/tranhoang/)
 * (@tranhoang)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/smaller-editor-box/#post-5819395)
 * you can use CSS to customize it
 *  [trishahdee](https://wordpress.org/support/users/trishahdee/)
 * (@trishahdee)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/smaller-editor-box/#post-5819417)
 * To change the height of the comment box use this CSS. Change to whatever height
   you desire.
 *     ```
       #comment_ifr {
           height: 120px !important;
       }
       ```
   
 *  [xavier_bs](https://wordpress.org/support/users/xavier_bs/)
 * (@xavier_bs)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/smaller-editor-box/#post-5819419)
 * You can add in function.php to comment_editor() function:
    ` wp_editor( '', '
   comment', array( .... 'editor_height' => 150 // for example ) );
 * Perhaps, it could be a new option in a next version.
 *  [xavier_bs](https://wordpress.org/support/users/xavier_bs/)
 * (@xavier_bs)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/smaller-editor-box/#post-5819420)
 * To remove comment notes about HTML tags, you can edit the comments.php template
   and add at the end, in the call to comment_form():
 *     ```
       comment_form( array(
          ...,
          'comment_notes_after' => ''
       ) );
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Smaller Editor Box?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tinymce-visual-editor-comment_fbfbfb.
   svg)
 * [TinyMCE Visual Editor Comment](https://wordpress.org/plugins/tinymce-visual-editor-comment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tinymce-visual-editor-comment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tinymce-visual-editor-comment/)
 * [Active Topics](https://wordpress.org/support/plugin/tinymce-visual-editor-comment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tinymce-visual-editor-comment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tinymce-visual-editor-comment/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [xavier_bs](https://wordpress.org/support/users/xavier_bs/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/smaller-editor-box/#post-5819420)
 * Status: not resolved