Carousel differs but same code

Carousel differs but same code

TrendBlend
Trailblazer
357 0 40

Hello, I got this code for displaying a product carousel on my collections page:

code: https://codeshare.io/KW0wn8

 https://interiorglows.com/collections/wall-art

IMG_3737.jpeg

 

 

I want the carousel to look like this! This one has the same code but differs:

code (differs slightly because of targetting other cards): https://codeshare.io/1VMZXB

https://interiorglows.com/products/modern-iron-wall-art-birds

IMG_3736.jpeg

Replies 3 (3)
TrendBlend
Trailblazer
357 0 40

Hello @Test91 , I'm sorry but that does not change anything

Ahmad31
Shopify Partner
224 21 37

Hi @TrendBlend 

Ahmad31_0-1736518303945.png

In theme.liquid file before </head> tag paste this code:

 

<style>
/* Media query for screens with a maximum width of 749px */
@media screen and (max-width: 749px) {
    /* Adjust the width of .swiper-slide elements to 49%, overriding other styles */
    .swiper-slide {
        width: 49% !important;
    }
}
</style>

 

Love my work? Buy Me A Coffee
Hire Me: Email me Or Chat on Whatsapp
If you found my solution helpful, please like and accept it. Your support is greatly appreciated!