Title: Close button on image editor
Last modified: June 18, 2018

---

# Close button on image editor

 *  Resolved [Lawson Barker](https://wordpress.org/support/users/lawsonbarker/)
 * (@lawsonbarker)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/close-button-on-image-editor/)
 * Hi, when I try and edit an image when posting an ad (on a mobile phone), the 
   image covers the close button in the image editor, is there any way to float 
   the button on top of the image?

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

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/close-button-on-image-editor/#post-10413456)
 * Hi, i am not sure i cannot seem to replicate this issue, can you paste a link
   to an image you are using?
 *  Thread Starter [Lawson Barker](https://wordpress.org/support/users/lawsonbarker/)
 * (@lawsonbarker)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/close-button-on-image-editor/#post-10413794)
 * Please see photo at the link below, where I’ve circled there is an X behind the
   image for closing the editor
    [https://www.dropbox.com/s/f7rlqwunwesxisk/image%20editor.png?dl=0](https://www.dropbox.com/s/f7rlqwunwesxisk/image%20editor.png?dl=0)
 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/close-button-on-image-editor/#post-10417436)
 * Thanks, you should be able to fix that by going to wp-admin / Appearance / Customize/
   Additional CSS panel and adding there the code below
 *     ```
       @media all and (max-width: 760px) {
         .wpadverts-overlay-title {
           display: none;
         }
       }
       ```
   
 *  Thread Starter [Lawson Barker](https://wordpress.org/support/users/lawsonbarker/)
 * (@lawsonbarker)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/close-button-on-image-editor/#post-10418056)
 * Thanks Greg, will this affect the size of the image that can be uploaded?
 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/close-button-on-image-editor/#post-10421335)
 * No, it will just hide the “Attachment Details” text so the previous, next and
   close buttons will not be pushed down.
 *  Thread Starter [Lawson Barker](https://wordpress.org/support/users/lawsonbarker/)
 * (@lawsonbarker)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/close-button-on-image-editor/#post-10436878)
 * All good, thanks

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

The topic ‘Close button on image editor’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [Lawson Barker](https://wordpress.org/support/users/lawsonbarker/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/close-button-on-image-editor/#post-10436878)
 * Status: resolved