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
Pease try this code
Go to Online Store->Theme->Edit code
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!