dotandpeg Posted June 7 Share Posted June 7 (edited) Hi, I have a product section below another section with the title for the products in it. The reason I've put the title in another section is because I have styles on the title text (the green underlines that I use across the site) that I can't create within the product title as I don't know how to get that style in CSS. I want to reduce the top padding of the product section below so it is closer to the title section[data-section-id="6448e8b39f1d256fe08dc494"] The site is live https://www.decisionspelling.com/. I just want to tweak this gap. Thanks! Edited June 7 by dotandpeg added screengrabs Link to comment
Solution Ziggy Posted June 7 Solution Share Posted June 7 You can try adding this to Custom CSS: section[data-section-id="6448e8b39f1d256fe08dc494"] { .user-items-list { padding-top: 1vmax !important; } } Adjust the 1vmax value, and let me know if that's working for you. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
dotandpeg Posted June 7 Author Share Posted June 7 @Ziggy perfect, thanks so much! I have another question. I have got a background image (the jumbled letters) at the bottom of my pages. There is a thin keyline that appears between the image and the footer, any ideas how to get rid of that, is that a padding issue? Link to comment
dotandpeg Posted June 7 Author Share Posted June 7 I've found the answer to my own question... I just needed to change the settings to make 'inset border' and 'section divide stroke' transparent. Ziggy 1 Link to comment
kentbateman1 Posted June 8 Share Posted June 8 (edited) On 6/7/2023 at 7:26 AM, Ziggy said: You can try adding this to Custom CSS: section[data-section-id="6448e8b39f1d256fe08dc494"] { .user-items-list { padding-top: 1vmax !important; } } Adjust the 1vmax value, and let me know if that's working for you. @Ziggy Attempting this same solution on my site. Used your Custom CSS, and switched out the section-id number for the correct one, but it's not responding. Can you help me see what I'm missing? citychurchknox.com/teaching password: churchisafamily Edited June 9 by kentbateman1 Link to comment
tuanphan Posted June 11 Share Posted June 11 On 6/8/2023 at 9:26 PM, kentbateman1 said: Attempting this same solution on my site. Used your Custom CSS, and switched out the section-id number for the correct one, but it's not responding. Can you help me see what I'm missing? citychurchknox.com/teaching password: churchisafamily You can use this CSS div#block-yui_3_17_2_3_1471383568320_25999 { padding-top: 0px; } 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