What's your biggest current challenge? Have your say in Community Polls along the right column.

Add spacing in between product carousel

Solved

Add spacing in between product carousel

letsgetwasted
Explorer
60 1 11

Hi!

 

I have managed to move my product carousel to the left of the main product image for desktop only, but would like to have spacing in between each image. Is anyone able to help out please?

 

Screenshot 2024-11-04 at 4.59.42 PM.png

 

https://www.wastd.world/products/do-all-serving-platter

Accepted Solution (1)

EvinceDev
Shopify Partner
121 13 13

This is an accepted solution.

Hello @letsgetwasted , try this 

.product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up {
        display: flex;
        flex-direction: column;
    }
Shopify Theme Advanced Backend Developer and Debugger
Want to modify or develop new app, Hire us.
If our Answer is helpful then please Like and Accept Solution!
I am an eCommerce and Marketing Technology consultant based in India.
To inquire about consulting work availability, You can reach me on Skype by live: rahul.evince or mail on partners@evincedev.com.
Shopify Apps URL :- https://apps.shopify.com/partners/gemfind1
Customization on Shopify Theme | Shopify App Development | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

EvinceDev
Shopify Partner
121 13 13

This is an accepted solution.

Hello @letsgetwasted , try this 

.product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up {
        display: flex;
        flex-direction: column;
    }
Shopify Theme Advanced Backend Developer and Debugger
Want to modify or develop new app, Hire us.
If our Answer is helpful then please Like and Accept Solution!
I am an eCommerce and Marketing Technology consultant based in India.
To inquire about consulting work availability, You can reach me on Skype by live: rahul.evince or mail on partners@evincedev.com.
Shopify Apps URL :- https://apps.shopify.com/partners/gemfind1
Customization on Shopify Theme | Shopify App Development | SEO & Digital Marketing
letsgetwasted
Explorer
60 1 11

oh, amazing, that worked perfectly! thank you so much.