How to fix the position of the autoplay button on slideshow

Hi, I enabled autoplay for my slideshow, and when I turn it off (pause it), the button shifts slightly to the right. I’d like to make it stay in the exact same position even after clicking it, basically prevent it from moving at all.

I mean these buttons:

Here’s my store: https://creationwithtim.com/products/cinematiq-lut-collection-copy
(Just scroll all the way down there’s the slideshow)

Thanks,

Tim

Hi @CreatorTim ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.slideshow__autoplay .svg-wrapper:nth-of-type(2) {
    margin-right: 31px !important;
}

Thanks!

Thank you! It works