Guest Posted February 11, 2021 Share Posted February 11, 2021 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! Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.