Jump to content

Reduce space between Price and Product Details on Mobile Page

Recommended Posts

Site URL: https://www.parkday.us/shop/p/perfectparkday

Hi,

 

I'm wondering if anybody knows how to reduce the spacing between the product price and product details on the mobile product page? 

 

I'm using the code below to get the product details above the Add to Cart button: 

@media screen and (max-width:767px) {
.ProductItem-details-excerpt {
  order: 1 !important;
}
}

 

I want to make it look like "price excluding deposit" is right under "price including deposit". 

 

Thanks!

Screen Shot 2021-02-10 at 10.01.20 PM.png

Edited by ParkDayNYC
entered by mistake
Link to comment
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Add to Design > custom CSS

/* space price excerpt */
@media screen and (max-width:767px) {
.ProductItem-product-price {
    margin-bottom: 0 !important;
}
.ProductItem-details-excerpt h4 {
    margin-top: 0;
    margin-bottom: 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

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.