Jump to content

Blank space at bottom of Product Page

Go to solution Solved by Web_Solutions,

Recommended Posts

Posted

Please post the URL for a page on your site where we can see your issue.

A link to the backend of the your site won’t work for us, i.e. a url that contains /config/.

Please set up a site-wide password, if your site is not public and you've not already done so.

Post the password here.

Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

Please read the site-wide password and how to share a link documentation to understand how they work.

We can then take a look at your issue.

You may find How to post a forum question post useful.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Posted (edited)

 

Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection.

<style>

  .tweak-products-width-full .products.collection-content-wrapper {

    --padding : 4vw;
    
    padding-bottom : var( --padding );
    padding-top : var( --padding );
    
    }
    
  </style>

Let us know how it goes.

Edited by creedon
version 2

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Posted

@creedon I'm using this code. Is there a different one? 

 

<style>

  .tweak-products-width-inset .products.collection-content-wrapper {

    --padding : 4vw;
    
    padding-bottom : var( --padding );
    padding-top : var( --padding );
    
    }
    
  </style>
  • Solution
Posted
9 minutes ago, dwaynesmom said:

@creedon I'm using this code. Is there a different one? 

 

<style>

  .tweak-products-width-inset .products.collection-content-wrapper {

    --padding : 4vw;
    
    padding-bottom : var( --padding );
    padding-top : var( --padding );
    
    }
    
  </style>

 

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

@media screen and (min-width: 576px) {
  .collection-type-products .post-type-store-item div.products.collection-content-wrapper {
    padding-top: 0 !important;
    padding-bottom: 4vw !important;
  }
}

 

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Posted
10 minutes ago, Web_Solutions said:

THIS WORKED! THANK YOU SO MUCH!  I tweaked the 4vw to 0 and it's PERFECT.

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

@media screen and (min-width: 576px) {
  .collection-type-products .post-type-store-item div.products.collection-content-wrapper {
    padding-top: 0 !important;
    padding-bottom: 4vw !important;
  }
}

 

 

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.