Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
HI, I'm looking to adjust the position of my content on the landing page slideshow on mobile devices. It's currently auto positioning and creating a block under the photos. Im hoping to position it to the bottom left of the photo on mobile devices.
Any help is appreciated
Thanks
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, do you mean like this?
If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (max-width: 749px){
.slideshow__text-wrapper.banner__content {
position: absolute;
top: 55%;
}
.slideshow__media.banner__media.media {
flex-grow: 1;
}
.slideshow__text.banner__box.content-container {
background: transparent;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
This is an accepted solution.
Thanks for the info, do you mean like this?
If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (max-width: 749px){
.slideshow__text-wrapper.banner__content {
position: absolute;
top: 55%;
}
.slideshow__media.banner__media.media {
flex-grow: 1;
}
.slideshow__text.banner__box.content-container {
background: transparent;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you that's Perfect! I've adjusted the top % to get the positioning I want.
Thank you for the quick response!
Yes, sure. You can do that. Welcome.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025