HI there,
I noticed when writing out a normal WP post, that the text editor doesnt stretch all the way to the edge of the window. Looking at the element, is seems to be set as:
html .mceContentBody {
max-width: 584px;
}
...which is in /wp-content/themes/StoreFront/editor-style.css. I've commented it out but I'm wondering if this is set for a reason or if it will affect anything else in the admin? Is it safe to comment out?
Thanks!