Jump to content

Mobile product pages begin with an image how to change

Recommended Posts

Hi there.

I have a product display page that shows the product image on the left, but that means when viewed on mobile the page begins with the product images rather than the name of the product and details.

Has anyone found a nice way to fix this - for example some custom cost that would swap the columns around on mobile so the image block would appear second (as though the product images loaded on the right hand side of the page).

Thanks for any help

We provide digital marketing services for businesses that need exposure/sales from search and social media networks. We also build incredibly fast and well optimised multi-language Square Space websites.
Digital Marketing | Marketing Digitale

Link to comment
  • Replies 3
  • Views 539
  • Created
  • Last Reply
14 minutes ago, GlynMusica said:

Hi there.

I have a product display page that shows the product image on the left, but that means when viewed on mobile the page begins with the product images rather than the name of the product and details.

Has anyone found a nice way to fix this - for example some custom cost that would swap the columns around on mobile so the image block would appear second (as though the product images loaded on the right hand side of the page).

Thanks for any help

You can try this, let us know how it goes

.view-item .ProductItem-gallery {
  order: 2;
}
.view-item .ProductItem-details {
  padding-top: 20px;
  order: 1;
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
@media only screen and (max-width: 600px)
{ 
			.view-item .ProductItem-gallery {
			 order: 2;
			}
			.view-item .ProductItem-details {
			 padding-top: 20px;
			 order: 1;
			}
 }

I managed to get this to work with the following code so it will apply to mobile. I share here and thank you for your part.

 

G.

We provide digital marketing services for businesses that need exposure/sales from search and social media networks. We also build incredibly fast and well optimised multi-language Square Space websites.
Digital Marketing | Marketing Digitale

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.