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