Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
I'm trying to move the heading for the slide show just on mobile. I would like the heading to be at the top of the photo either to the left or the middle so it doesn't over lap the bottle in the image below. I saw an old post from 2022 that says you need to edit the theme code on theme.liquid fileand find the </body>. But when I try this I can't find the </body>.
Any help would be greatly appreciated.
Solved! Go to the solution
This is an accepted solution.
Thanks for the info. Try this one.
@media screen and (max-width: 749px){
.slideshow__text.slideshow__text-mobile--left {
align-items: center;
text-align: center;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-2.gradient.slideshow__text--left.slideshow__text-mobile--left {
position: absolute;
top: 0px;
}
}
Hi @N4th4nsgt
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Hi @Made4uo-Ribe,
My Store URL is https://brewbarncoffee.com/ and I've changed the password to Shopifyhelp.
Thanks.
This is an accepted solution.
Thanks for the info. Try this one.
@media screen and (max-width: 749px){
.slideshow__text.slideshow__text-mobile--left {
align-items: center;
text-align: center;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-2.gradient.slideshow__text--left.slideshow__text-mobile--left {
position: absolute;
top: 0px;
}
}
Thank you for your help that has worked.
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