Jump to content

Can anyone help provide CSS code to change only mobile site products to 3 per row? My desktop version is 3 per row now, but changes to 1 on mobile.

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Shop url doesn't exist

With homepage, try adding to Design > Custom CSS

@media screen and (max-width:640px) {
.thumbnail-layout-basic-grid #projectThumbs .project {
    width: calc(33.333% - 10px) !important;
    margin-right: 5px !important;
    margin-left: 0 !important;
    clear: none !important;
}
.thumbnail-layout-basic-grid #projectThumbs .project:nth-child(3n+1) {
    clear: left !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.