MichaelHeffernan Posted September 13, 2022 Share Posted September 13, 2022 Site URL: https://www.michaelheffernan.com There is too much space between individual blog posts and the menu on my website. Can any one help with code to fix this? The blog section on my website is called ‘News’ Attached is a screen shot of this blog page on my website https://www.michaelheffernan.com/news/leger-lifestyle-shoot-in-italy as an example of the problem. Link to comment
Solution Ziggy Posted September 13, 2022 Solution Share Posted September 13, 2022 (edited) The padding on this page is set to 8vw, so the wider the screen the bigger that padding will be. It's a pretty easy fix. Add this Custom CSS: .blog-item-wrapper article.entry { padding-top:40px; padding-bottom:40px; padding-left:4vw; padding-right:4vw; } You can adjust the values to your liking. Edited September 13, 2022 by Ziggy Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
MichaelHeffernan Posted September 14, 2022 Author Share Posted September 14, 2022 HI Ziggy, that worked. Thank you so much! This forum is awesome. 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