Jump to content

martom

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    martom reacted to tuanphan in display 3 products on mobile version with custom CSS   
    You can also use Grid (Design > Custom CSS). Number 3 means 3 columns
    @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 10px; } }  
  2. Like
    martom reacted to izzyswebsite in display 3 products on mobile version with custom CSS   
    It's going to be a tight fit. Not sure if it looks good, but here we go.
    /* 3 Column Product Grid */ @media only screen and (max-width:650px) { .products.collection-content-wrapper .list-grid { display: flex; flex-wrap: wrap; justify-content: space-between; } .products .grid-item { width: 33%; } }  
×
×
  • 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.