Jump to content

More Than One Product Per Row on Mobile View (Commerce)

Recommended Posts

5 hours ago, OmerOdemis said:

Site URL: https://www.khaircenter.org/build-the-mosque

I managed to have each row of products on web view to about 5-6. However, mobile only shows one product per row. Is there a way to make it so that multiple products can show on each row like in web view?

Hi ,

You can try adding to your Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  #productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #productList .product {
    width: 24% !important;
  }

  #productList .product img {
    width: 100% !important;
    height: auto !important;
  }

  .product-overlay {
    font-size: 10px;
  }
}

Let me know how it work on your site

Press 👍 or mark this answer as solution to help another one too

Edited by bangank36

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

My testing result

image.png.43be58c52d47d082b8e41d1626a966cf.png

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

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.