Solved

Text overlap in carousel

Haan
Explorer
63 0 21

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 <br> but its not ideal.

Does anyone know a solution?

Thank you in advance.

Regards, Haan

 

Schermafbeelding 2021-10-23 om 09.42.40.pngSchermafbeelding 2021-10-23 om 09.43.06.png

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12269 2546 3692

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 6 (6)

khilan
Shopify Partner
271 15 26

hi  @Haan 

welcome to shopify community.

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

thank you so much.

khilan.

Shopify Expert | Skype: khilan.mendapara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on khilan.mendapara1995@gmail.com regarding any help
Haan
Explorer
63 0 21

Hi Khilan,

Sorry forgot, here you go.

creativestate.myshopify.com

pw: shopifyhelp

KetanKumar
Shopify Partner
36839 3635 11971

@Haan 

thanks for url 

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

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Haan
Explorer
63 0 21

Hello Ketan,

Its on the about page.

Thank you!

Regards, Mathijs

dmwwebartisan
Shopify Partner
12269 2546 3692

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Haan
Explorer
63 0 21

Thank you so much!