Create single-column mobile product page with image on top

Create single-column mobile product page with image on top

moonhoney25
Tourist
3 0 2

Hello, I am attempting to create a mobile product page where there is a single image on top, with thumbnails underneath, followed by title, description, and the rest of the product info.

I am using the Balance theme.

 

Currently, my mobile product page has two columns, with very small images in the left column and the text in the right column overlapping the images.

 

My website is www.shopmoonhoney.com

 

Thank you!

Replies 4 (4)
moonhoney25
Tourist
3 0 2

Thank you for your reply.

 

Here is a screenshot of the product page settings for mobile- the "mobile layout" dropdown only has three options, Two Columns, Show Thumbnails, and Hide Thumbnails. I did manage to get the text to stop overlapping the images by toggling off the thumbnails, although whatever header font I choose, it still splits words in the title, as you can see. Ideally, I would like it to show just a single image at a time at maximum size for the mobile layout, with thumbnails underneath, and all other info under that. This is just for the mobile layout, desktop is fine and doesn't have any issues.

 

Screen Shot 2025-05-27 at 7.35.53 PM.png

 

Dan-From-Ryviu
Shopify Partner
11933 2340 2515

Hi @moonhoney25 

You can solve it by adding this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings 

@media (max-width: 749px) {
    html .product .grid__item { max-width: 100% !important; }
}

Screenshot 2025-05-28 at 09.01.49.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

moonhoney25
Tourist
3 0 2

Thank you for your reply.

 

I actually found the line of code that needed to be removed to achieve the same layout- 

.grid--1-col .grid__item {
max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2) !important;
}

 but I appreciate your help.

Dan-From-Ryviu
Shopify Partner
11933 2340 2515

Very welcome!

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.