ParkDayNYC Posted February 11, 2021 Share Posted February 11, 2021 (edited) 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! Edited February 11, 2021 by ParkDayNYC entered by mistake 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment