Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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!
This is an accepted solution.
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025