Jump to content

2 column Mobile view for online shop items

Recommended Posts

  • Replies 2
  • Created
  • Last Reply
22 minutes ago, yasuu said:

Site URL: https://yasutokimura.com/store

Site URL: https://yasutokimura.com/store

PASS:6222

would like the "mobile view' to show two columns for online store items. Right now the items are stacked in one column. Any suggestions on how to achieve this please?

Add this to Design->Custom CSS

@media screen and (max-width: 768px) {
    .products.collection-content-wrapper .list-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-column-gap: 1.5vw;
        padding: 0;
    }
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 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

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.