SKBV Posted April 19, 2021 Share Posted April 19, 2021 Site URL: https://turbot-accordion-apa7.squarespace.com/assortiment/p/tartine-mwjye I've added a table as code block in the additional information section on a product page. It works, and is right-aligned as I wanted it, but there's an absolutely massive amount of whitespace between the description and the extra information. Is it possible to adjust this whitespace? I assume it's padding from the product picture miniatures. One possible solution I found was having the table in the description: adding the html code after the normal description by adding it after the description in the CSV and then importing it into Squarespace. This works but is obviously a massive hassle, and I'd prefer not doing that. site password is 12345 Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 Hi. Add to Design > Custom CSS /* space between product description - table */ section.ProductItem-additional { margin-top: 0 !important; } SKBV 1 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
SKBV Posted May 28, 2021 Author Share Posted May 28, 2021 On 4/21/2021 at 11:08 AM, tuanphan said: Hi. Add to Design > Custom CSS /* space between product description - table */ section.ProductItem-additional { margin-top: 0 !important; } Thanks! That brought it way closer. Still wasn't quite close enough, so I messed around a bit and figured out that this worked for me: .ProductItem-summary{ margin-bottom: -20vw; } 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