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
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;
}

 

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.