Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi, can someone please assist with code to move the "Title" and "Price" information above the image on product page (for mobile only)
I'm using the theme Debutify.
I searched and found answers to the same question, but the solutions didn't seem to work for me. (maybe different theme)
My website is www.checkoutfirst.com
Solved! Go to the solution
This is an accepted solution.
thanks for post can you 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 screen and (max-width: 769px) {
.grid.product-single {margin-top: 80px;}
.product-single__title {position: absolute;top: 0;margin-top: 20px;}
}
This is an accepted solution.
thanks for post can you 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 screen and (max-width: 769px) {
.grid.product-single {margin-top: 80px;}
.product-single__title {position: absolute;top: 0;margin-top: 20px;}
}
Hi!
for studio 10.0.0 the theme.scss.liquid doesn't exist, so where should we add this?
Thanks for solution,
Omer
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025