Block editor is 100 pixels wide

  • Author
    Posts
  • #141295

    I prefer to not use Elementor. But, the block editor is 100 pixels wide.

    This is a consequence of the following CSS that’s applied in the admin area of my WordPress installation:

    body.mce-content-body, .wp-block {
    max-width: 100px;
    font-family: ‘Source Sans Pro’;
    font-weight: 400;
    font-size: 17pxpx;
    line-height: 1.8;
    color: #777777;
    }

    How do I adapt this, without changing the core theme files?

    Website: micoleao.org.br

    #141762

    Thanks. I believe that the CSS added to the customiser is not applied to the backend, but only to the frontend.

    Either way, I’ve resolved this by creating a plugin, and adding the CSS to the backend via the plugin.

Viewing 2 posts - 1 through 2 (of 2 total)

You need to log in to reply to this topic.