Title: TinyMCE resize
Last modified: September 22, 2020

---

# TinyMCE resize

 *  Resolved [boabo](https://wordpress.org/support/users/boabo/)
 * (@boabo)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/tinymce-resize/)
 * Hi,
 * The textarea of my TinyMCE cannot be resized once i drag bottom right corner.
   Theme author said to contact cmb2. Do you know any css to allow resize: vertical;
   again? Thank you

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

 *  Plugin Contributor [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [5 years, 8 months ago](https://wordpress.org/support/topic/tinymce-resize/#post-13440044)
 * Is the CMB2 usage something you set up yourself for your website? Or is it something
   that is bundled with the theme?
 * Asking because i’ve checked our codebase and I’m not seeing anything that touches
   TinyMCE resizing.
 * So I’m wondering if it’s a field that they set up, or something you set up where
   we could easily get the CMB2 config being used here.
 *  Thread Starter [boabo](https://wordpress.org/support/users/boabo/)
 * (@boabo)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/tinymce-resize/#post-13440165)
 * Hey, thanks for your prompt reply. I found the issue: css was freezing height
   to 200px. So i changed to 350px. Removing !important didn’t solve my issue.
 * .cmb-form .wp-editor-container iframe {
    height: 200px !important; } .mce-edit-
   area iframe { max-height: 300px; }
 * —- updated css —–
 * .cmb-form .wp-editor-container iframe {
    height: 350px !important; } .mce-edit-
   area iframe { max-height: 350px; }
 *  Plugin Contributor [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [5 years, 8 months ago](https://wordpress.org/support/topic/tinymce-resize/#post-13440553)
 * Curious if those are custom styles added by someone else, or potentially from
   an older version of CMB2. I’m not seeing those selectors in our github repo.
 * Just trying to make sure you don’t lose these edits if something gets updated
   from us.
 *  Thread Starter [boabo](https://wordpress.org/support/users/boabo/)
 * (@boabo)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/tinymce-resize/#post-13440690)
 * I found version 2.7.0 – 2020-01-21 in cmb2/changelog.md, if this helps.
 *  Plugin Contributor [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [5 years, 8 months ago](https://wordpress.org/support/topic/tinymce-resize/#post-13440701)
 * that’s our latest, so I’m assuming until shown otherwise, that this is some custom
   CSS added by someone else.

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

The topic ‘TinyMCE resize’ is closed to new replies.

 * ![](https://ps.w.org/cmb2/assets/icon.svg?rev=2866672)
 * [CMB2](https://wordpress.org/plugins/cmb2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cmb2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cmb2/)
 * [Active Topics](https://wordpress.org/support/plugin/cmb2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cmb2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cmb2/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/tinymce-resize/#post-13440701)
 * Status: resolved