⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Set default width on TinyMCE



Гэрэлт-Од Гоцбаяр

Гэрэлт-Од Гоцбаяр
  • profile picture
  • Member

Posted 14 March 2013 - 11:11 AM

How I set default width value to TinyMCE?


davidoster

davidoster
  • profile picture
  • Member

Posted 19 March 2013 - 15:01 PM

You should check the css of the theme you are using. For example flexigrid uses this:

textarea.texteditor, textarea.mini-texteditor
{
	width:750px;
	height: 200px;
}