Title: Remove Horrible Split Screen Editor
Last modified: June 9, 2026

---

# Remove Horrible Split Screen Editor

 *  [kingdomx](https://wordpress.org/support/users/kingdomx/)
 * (@kingdomx)
 * [1 day, 21 hours ago](https://wordpress.org/support/topic/remove-horrible-split-screen-editor/)
 * Where do I even start?? This split screen editor that requires you to pull up
   the meta boxes is ridiculous! It used to be scrollable. Ever tried to edit with
   this on a phone? Doesnt work at all. I have seen several snippets but none of
   those have worked. I have yet to find a plugin to fix this. Why does WP keep 
   making changes like this? I cannot imagine anyone would actually request something
   like this.
    -  This topic was modified 1 day, 21 hours ago by [kingdomx](https://wordpress.org/support/users/kingdomx/).
      Reason: tags

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

 *  [James Kiarie](https://wordpress.org/support/users/jamesgreat/)
 * (@jamesgreat)
 * [1 day, 18 hours ago](https://wordpress.org/support/topic/remove-horrible-split-screen-editor/#post-18933718)
 * Hi [@kingdomx](https://wordpress.org/support/users/kingdomx/), I understand your
   frustration. Based on my findings, if I am correct, the issue with the Split 
   Screen Editor was resolved in this support thread: [https://wordpress.org/support/topic/new-post-editor-split-layout-with-6-8/](https://wordpress.org/support/topic/new-post-editor-split-layout-with-6-8/)
 * The issue was fixed with the code snippet below:
 *     ```wp-block-code
       // disable the splitted layout in gutenberg since 6.8// from Primary_Eggplant8818 on redditfunction wp68_admin_editor_fix_styles() {    echo '<style>        .editor-visual-editor {            overflow: visible;        }        .interface-navigable-region.components-resizable-box__container.edit-post-meta-boxes-main.is-resizable {            max-height: none !important;            height: auto !important;        }    </style>';}add_action('admin_head', 'wp68_admin_editor_fix_styles');
       ```
   
 * Let me know if this works for you.
 * Cheers,
 * Jim
 *  Thread Starter [kingdomx](https://wordpress.org/support/users/kingdomx/)
 * (@kingdomx)
 * [1 day, 15 hours ago](https://wordpress.org/support/topic/remove-horrible-split-screen-editor/#post-18933841)
 * hello, nope. that was the snippet i was referring to. it does not work. wordpress
   needs to fix this because it makes no sense. i see no benefit at all. thank you
   for responding!

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-horrible-split-screen-editor%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [meta boxes](https://wordpress.org/support/topic-tag/meta-boxes/)
 * [split screen](https://wordpress.org/support/topic-tag/split-screen/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [kingdomx](https://wordpress.org/support/users/kingdomx/)
 * Last activity: [1 day, 15 hours ago](https://wordpress.org/support/topic/remove-horrible-split-screen-editor/#post-18933841)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
