Goal: Move product title and star ratings above the product image on mobile product pages (Shopify), initially on Debutify 3.0.
Proposed solution (Debutify 3.0):
Edit product-template.liquid (Shopify’s Liquid template). Insert a mobile-specific title element (e.g.,
{{ product.title }}
) right after the div with class “grid product-single”. Do the same for the review/star rating snippet.
Add CSS to toggle visibility by screen size: show the new mobile title/reviews on mobile and hide the original right-column title; invert behavior on larger screens. A sample CSS block and a reference screenshot link are provided.
Offer: Helper can check if added as staff.
Follow-up (Warehouse theme):
Another user requests the same change for the Warehouse theme. The helper asks for a separate community post for review. The user supplies a thread link and store URL, then asks about timing.
Status:
Debutify approach outlined with code and CSS being central to implementation.
Warehouse-specific solution pending; no confirmed resolution yet.
Summarized with AI on February 19.
AI used: gpt-5.
I’m trying to move the product title and star raings above the product image for each product page on the mobile view. As of right now it is below the product image and you have to scroll down to see it on the product page.
Hi @LitExtension . I saw your solution and have a same problem. I want to move the product title above the product image. I use a Warehouse theme. May I know if you could also help me with this too?