resize editor to match content
-
How do I make the WYSIWYG editor the same width as my content wrapper? Right now it is wider, and it is making it very hard to get a post formatted correctly, particularly with image placement
-
Howdy!
There isn’t a default setting at the moment to make the post editor match the width of your content. However, this can be achieved by using a browser add-on like Stylish for Google Chrome:
https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en
Once you’ve installed Stylish, you’ll want to apply a new style for all URLs that being with the following:
https://yoursitename.wordpress.com/wp-admin/post.php?Then, input the following CSS code for the styling:
#post-body-content { width: 540px; }Just change the 540px value to the width of your content body.
Let me know if you need anything else!
-
Howdy,
Thanks for this! I had to do a little differently, since I am on selfhosted, but it works perfectly. Great app! -
- The topic ‘resize editor to match content’ is closed to new replies.