Jump to content

Hyde: Add Padding to product pages?

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Padding left/right of page or padding between products?

If page, add this to Design > Custom CSS

.ProductList-grid {
    margin: 0 -2vw -2vw 0;
}

 

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
  • 2 weeks later...

Remove above & Add new code

@media screen and (min-width:641px) {
.ProductList-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 90% !important;
    margin: 0 auto !important;
    clear: none !important;
    grid-column-gap: 10px;
}
.ProductList-item {
    width: 100% !important;
    clear: none !important;
    float: none !important;
    margin: 0 !important;
}
}

Edit 90% to any value what you want

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.