Turn off 'SIDEBAR' area in Classic Editor?

Posted in: Newspaper
Post count: 21

Is there a way to regain the original editing area in the classic editor so it doesn’t show a vertical divider and SIDEBAR on the right?

Post count: 1341
Post count: 21

I digested all that and found an easier way. I created a file editor-style.css in my child theme folder and put this in it.

html .mceContentBody-max-width-big {
background: none !important;
}

html .mceContentBody:after {
content: none !important;
}

html .mceContentBody {
max-width: 100%;
}

html .mceContentBody {
background: none !important;
}

That did the job and should survive upgrades too!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.