Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to change size of thumbnail carousel?

Solved

How to change size of thumbnail carousel?

Ryan1998
Pathfinder
101 2 32

How to change size of thumbnail carousel?

From this: 

Screenshot 2024-06-30 at 11.11.00.png

To this:

Screenshot 2024-06-30 at 11.10.52.png

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Ryan1998

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1719759712292.png

 

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid

BSSCommerceHDL_1-1719759720044.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

@media only screen and (min-width: 750px) {
    .product--thumbnail_slider .thumbnail-slider {
        padding: 0 100px;
        transform: translateX(12%);
    }
}

button.slider-button svg {
    scale: 2.5;
}

 

Here is result: 

BSSCommerceHDL_2-1719759759447.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Ryan1998

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1719759712292.png

 

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid

BSSCommerceHDL_1-1719759720044.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

@media only screen and (min-width: 750px) {
    .product--thumbnail_slider .thumbnail-slider {
        padding: 0 100px;
        transform: translateX(12%);
    }
}

button.slider-button svg {
    scale: 2.5;
}

 

Here is result: 

BSSCommerceHDL_2-1719759759447.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Ryan1998
Pathfinder
101 2 32

Works perfect 👍 

BSSCommerce-HDL
Shopify Partner
2305 834 908

@Ryan1998, I'm happy to always be able to help you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Anon17
Visitor
1 0 0

Hi is there a way to get more images to show up at a time in the thumbnail on mobile version