eascott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inkblot] My Customizing destroys Visual EditorOk, I finally turned off all my custom css (easy to do with the css-js-php plugin) and that didn’t fix the problem. What it did do, however, was suggest something. I noticed that the original 2014 theme had a narrow, centered text column that looked suspiciously the same as the column in the editor. Given that insight, I changed the wording of my googling and, lo and behold, I found the answer to my problem in Why is the visual editor in WordPress limiting the width by wrapping the content?
To put it in a nutshell, there is a file called editor-style.css that contains a width specification for the editor. I changed it from width: 474px; (or there abouts) to width: 98%; and I was a happy camper.
Forum: Themes and Templates
In reply to: [Inkblot] My Customizing destroys Visual EditorDitto, although the editor is working but the right margin in set to about half the width of the edit area. I did a cursory exploration of the editor related source but nothing jumped out at me so I thought I would just ask. I have customized twentyfourteen but I am not using a child theme approach. Instead I am using the Custom css-js-php plugin. I do intend to move the changes into a child theme later. One thing I do find interesting is that the editor seems to be set for the 673px width set by one of the theme’s @media directives.