tommiatke2 Posted August 13, 2020 Share Posted August 13, 2020 (edited) Site URL: https://shallot-pumpkin-jwth.squarespace.com/config/ Hi everyone, Id like to get rid of the padding above the Product titles that seem to appear on each product. Cant seem to find how to edit it in the code, so any help would be appreciated. ( @tuanphan @brandon you guys seem like the guys to ask!) Thanks again Tom Edited August 13, 2020 by tommiatke2 Link to comment
tommiatke2 Posted August 13, 2020 Author Share Posted August 13, 2020 @tuanphan apparently already did answer this a while ago! I searched but didnt see this thread before! Thanks! Link to comment
tuanphan Posted August 13, 2020 Share Posted August 13, 2020 What is site access password? 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
tommiatke2 Posted August 13, 2020 Author Share Posted August 13, 2020 Hi Tuanphan, Password is: jd Ive managed to fix the initial issue, however I have another one now.... May I please get your assistance with some other padding issues...https://shallot-pumpkin-jwth.squarespace.com/shop/bath-caddy Ive added a Markdown box in the Additional info section of the product, and have added a Accordian Dropdown box function which is working perfectly, however after the dropdown box there is a big gap in between that and the selectable boxes... Could you please help me identify this section and the code necessary? Also wouldnt mind some help in resizing some of the variable data boxes too.. The Qty boxes and the Variation boxes... etc.. Thanks! Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 On 8/13/2020 at 5:58 PM, tommiatke2 said: Hi Tuanphan, Password is: jd Ive managed to fix the initial issue, however I have another one now.... May I please get your assistance with some other padding issues...https://shallot-pumpkin-jwth.squarespace.com/shop/bath-caddy Ive added a Markdown box in the Additional info section of the product, and have added a Accordian Dropdown box function which is working perfectly, however after the dropdown box there is a big gap in between that and the selectable boxes... Could you please help me identify this section and the code necessary? Also wouldnt mind some help in resizing some of the variable data boxes too.. The Qty boxes and the Variation boxes... etc.. Thanks! Add to Home > Design > Custom CSS /* space between accordion variants */ .ProductItem-details-excerpt { margin-bottom: 0 !important; } /* Variant size */ .variant-select-wrapper { padding-top: 10px !important; padding-bottom: 10px !important; } /* Quantity box */ .product-quantity-input input { padding-top: 10px !important; padding-bottom: 10px !important; } 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
tommiatke2 Posted August 17, 2020 Author Share Posted August 17, 2020 2 hours ago, tuanphan said: Add to Home > Design > Custom CSS /* space between accordion variants */ .ProductItem-details-excerpt { margin-bottom: 0 !important; } /* Variant size */ .variant-select-wrapper { padding-top: 10px !important; padding-bottom: 10px !important; } /* Quantity box */ .product-quantity-input input { padding-top: 10px !important; padding-bottom: 10px !important; } Hey @tuanphan Thank you SO much for this, worked a treat. I wondered if I could push the friendship another step further, and see if you could provide code to have the 'Add to Cart' button float up next to the Quantity button? Just want to decrease the wasted empty space there. Thanks! Tom Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 /* quantity - add to cart */ @media screen and (min-width:768px) { .ProductItem-details-checkout>div:nth-child(n+4) { float: left !important; } .ProductItem-details-checkout>div:nth-child(n+5) { width: 66%; margin-left: 4%; margin-top: 10px; } } 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