Change width of Editor Pane in blogger

To change the width of the Editor Pane in Blogger follow these steps:




  • Log in to blogger.com 
  • Go to the Theme section:
  • Click on the Customize button



  • In the Advanced section, choose Add CSS from the drop-down




  • Now add the below CSS:
.post-editor-container {
  max-width: 1000px; /* change this value to your desired width */
}


  •  Now, click on the Save button in the bottom right corner to apply changes to your blog.


Comments