How to fix text overlap in a carousel image?

Hi,

I am using a carousel on my about page; left image, right text. But the text keeps overlapping the image. I try to use the
but its not ideal.

Does anyone know a solution?

Thank you in advance.

Regards, Haan

hi @Haan

welcome to shopify community.

please share your website URL and Provide to website your password.

thank you so much.

khilan.

Hi Khilan,

Sorry forgot, here you go.

pw: shopifyhelp

@Haan

thanks for url

i have check at home page but i can’t see that section can you please show me

@Haan

Pease try this code

  1. Go to Online Store->Theme->Edit code

  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

@media only screen and (min-width: 750px){
.carousel__slide-wrapper .carousel-wrap--content {
    margin-left: 69%;
}
}

Thanks!

Hello Ketan,

Its on the about page.

Thank you!

Regards, Mathijs

Thank you so much!