• Resolved kiwihawk

    (@kiwihawk)


    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

    (@imagely)

    Hi @kiwihawk,

    You can add a custom CSS rule to “Appearance -> Customize -> Additional CSS” to adjust the X icon’s position:

    @media(min-width:800px){
    .sl-wrapper .sl-close {
        right: 100px !important;
        top: 100px !important;
    }}
    • This reply was modified 1 year, 10 months ago by Imagely.
    Thread Starter kiwihawk

    (@kiwihawk)

    Perfect! Thank you so much.

    • This reply was modified 1 year, 10 months ago by kiwihawk.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close slideshow button’ is closed to new replies.