RAD Posted December 4, 2020 Share Posted December 4, 2020 Site URL: https://www.dietlind.net/clients How do I reduce the whitespace between an image block and a markdown block? I have a markdown box with an accordion underneath each logo and I would like to reduce the gap between the logo and the "learn more" markdown box so that the Learn More is closer to the corresponding logo. I added this CSS code below but it doesn't reduce the gap enough. Thank you in advanced! .sqs-block.image-block { padding: 0; } Link to comment
tuanphan Posted December 6, 2020 Share Posted December 6, 2020 Add to Home > Design > Custom CSS .markdown-block h3 { margin: 0 !important; } .markdown-block p:empty { display: none; } 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