Shopify Dawn Theme Slideshow Customization. Convert into two columns per slide

Solved

Shopify Dawn Theme Slideshow Customization. Convert into two columns per slide

jjtan1996
Tourist
9 1 0

 

Good Day Everyone!

 

Is it possible to convert the slideshow of the Dawn Theme to something like this?

I want it to have two columns, with the format being shown in the image below.

 

Can somebody guide me how to do this? Thank you!
slideshow_custom.png

 

Accepted Solution (1)

namphan
Shopify Partner
2690 349 398

This is an accepted solution.

Hi @jjtan1996,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (min-width: 750px) {
.slideshow__slide {
    flex-direction: row !important;
}
.slideshow__media.banner__media {
    position: relative !important;
    width: 50% !important;
}
.slideshow__text-wrapper.banner__content {
        width: 50% !important;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 3 (3)

namphan
Shopify Partner
2690 349 398

This is an accepted solution.

Hi @jjtan1996,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (min-width: 750px) {
.slideshow__slide {
    flex-direction: row !important;
}
.slideshow__media.banner__media {
    position: relative !important;
    width: 50% !important;
}
.slideshow__text-wrapper.banner__content {
        width: 50% !important;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
jjtan1996
Tourist
9 1 0

Thank you so much!

namphan
Shopify Partner
2690 349 398

Hi @jjtan1996,

You're welcome and happy to help 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com