Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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!
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.
creativestate.myshopify.com
pw: shopifyhelp
thanks for url
i have check at home page but i can't see that section can you please show me
Hello Ketan,
Its on the about page.
Thank you!
Regards, Mathijs
This is an accepted solution.
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!
Thank you so much!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024