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

Link to comment
  • Replies 1
  • Views 732
  • Created
  • Last Reply

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.