Title: Close slideshow button
Last modified: May 5, 2023

---

# Close slideshow button

 *  Resolved [kiwihawk](https://wordpress.org/support/users/kiwihawk/)
 * (@kiwihawk)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/close-slideshow-button/)
 * There is an X to close the slideshow. But it seems to be too far up near the 
   top. Is there a way to have this further down perhaps beside the image.

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

 *  Plugin Contributor [Imagely](https://wordpress.org/support/users/imagely/)
 * (@imagely)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/close-slideshow-button/#post-16718799)
 * Hi [@kiwihawk](https://wordpress.org/support/users/kiwihawk/),
 * You can add a custom CSS rule to** “Appearance -> Customize -> Additional CSS”**
   to adjust the X icon’s position:
 *     ```wp-block-code
       @media(min-width:800px){
       .sl-wrapper .sl-close {
           right: 100px !important;
           top: 100px !important;
       }}
       ```
   
    -  This reply was modified 3 years, 1 month ago by [Imagely](https://wordpress.org/support/users/imagely/).
 *  Thread Starter [kiwihawk](https://wordpress.org/support/users/kiwihawk/)
 * (@kiwihawk)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/close-slideshow-button/#post-16721438)
 * Perfect! Thank you so much.
    -  This reply was modified 3 years, 1 month ago by [kiwihawk](https://wordpress.org/support/users/kiwihawk/).

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

The topic ‘Close slideshow button’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [kiwihawk](https://wordpress.org/support/users/kiwihawk/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/close-slideshow-button/#post-16721438)
 * Status: resolved