Text Editor width set to 630px?
-
It appears that the text field in the WYSIWYG is awfully small. I’ve followed the instructions via this thread and disabled “custom editor styles”.
That resolved the issue with the text field being narrow, but now it is apparently capped at 630px in width, as shown in the following image:
https://i.imgur.com/2SrvkqM.jpgI added a bit of custom CSS that appeared to work via Inspect Element (in Chrome) but it evidently has no effect.
body#tinymce { width: 100% !important; }
Any help would be greatly appreciated.
- The topic ‘Text Editor width set to 630px?’ is closed to new replies.