Title: Annoying UI glitch
Last modified: August 22, 2016

---

# Annoying UI glitch

 *  [Michael Stursberg](https://wordpress.org/support/users/thesturs/)
 * (@thesturs)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/weird-ui-glitch/)
 * I’m finding that the **“The Editor Contains unsaved changes”** notice forces 
   the editor window to move down leaving a big space from the editor window and
   the icons above.
 * See images here:
 * Before Notice:
    [http://imgur.com/hGSMTGm](http://imgur.com/hGSMTGm)
 * After Notice:
    [http://imgur.com/Ejk0kwt](http://imgur.com/Ejk0kwt)
 * Browser: Chrome Version 38.0.2125.111 m
 * Thank You
 * [https://wordpress.org/plugins/advanced-code-editor/](https://wordpress.org/plugins/advanced-code-editor/)

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

 *  [RussInVaBeach](https://wordpress.org/support/users/russinvabeach/)
 * (@russinvabeach)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/weird-ui-glitch/#post-5478484)
 * Same problem for me…
 * VERY annoying!
 * Is there a CSS tweak or can you update the plugin to fix this please?
 * Otherwise…
 * Awesome plug-in that i can’t live without (or don’t want to…)
 * Thanks!
 *  Thread Starter [Michael Stursberg](https://wordpress.org/support/users/thesturs/)
 * (@thesturs)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/weird-ui-glitch/#post-5478514)
 * The problem looks like a framework issue in my case Genesis.
    When I developed
   a site using the Cherry Framework it did not have this issue.
 * But here is a temp fix(add this to your functions.php).
 *     ```
       //** Fixes for Advanced Code Editor Plugin style **//
       function fix_ace() {
       echo '
       <style type="text/css">
   
       .ace_file_status {
       clear: none !important;
   
       }
   
       </style>';
       }
   
       add_action( 'admin_head', 'fix_ace' );
       ```
   
 *  [jodzeee](https://wordpress.org/support/users/jodzeee/)
 * (@jodzeee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/weird-ui-glitch/#post-5478531)
 * THANK YOU so much for posting this fix! It’s been annoying me for some time –
   I was just about to look for a new code editor but thought I’d check here first.
   Many thanks!

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

The topic ‘Annoying UI glitch’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-code-editor_f4f3f4.svg)
 * [Advanced Code Editor](https://wordpress.org/plugins/advanced-code-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-code-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-code-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-code-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-code-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-code-editor/reviews/)

## Tags

 * [window](https://wordpress.org/support/topic-tag/window/)

 * 3 replies
 * 3 participants
 * Last reply from: [jodzeee](https://wordpress.org/support/users/jodzeee/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/weird-ui-glitch/#post-5478531)
 * Status: not resolved