• Resolved miralo

    (@miralo)


    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

    (@designwall)

    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.