Title: [editor-style.css] problem with max-width 630px
Last modified: August 21, 2016

---

# [editor-style.css] problem with max-width 630px

 *  Resolved [miralo](https://wordpress.org/support/users/miralo/)
 * (@miralo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/editor-stylecss-problem-with-max-width-630px/)
 * Hi, i have a problem with the editor’s width in my admin panel that is fixed 
   to 630px; I tried to modify the css file setting max-width to 100% but it doesn’t
   work. Can you fix that? On large monitor (1920 px) the editor is too small.

Viewing 1 replies (of 1 total)

 *  Theme Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/editor-stylecss-problem-with-max-width-630px/#post-4563274)
 * Please open editor-style.css in theme folder then replace:
 *     ```
       body {
         color: #666;
         font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
         font-size: 15px;
         line-height: 25px;
         max-width: 620px;
       }
       ```
   
 * with
 *     ```
       body {
         color: #666;
         font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
         font-size: 15px;
         line-height: 25px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[editor-style.css] problem with max-width 630px’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/dw-minion/1.1.7/screenshot.png)
 * DW Minion
 * [Support Threads](https://wordpress.org/support/theme/dw-minion/)
 * [Active Topics](https://wordpress.org/support/theme/dw-minion/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/dw-minion/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/dw-minion/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [DesignWall](https://wordpress.org/support/users/designwall/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/editor-stylecss-problem-with-max-width-630px/#post-4563274)
 * Status: resolved