KatieQ Posted October 3, 2022 Share Posted October 3, 2022 Site URL: https://designbycaitie.ca/blog/affordable-plug-in-wall-sconces Hi there, I used some CSS to remove the Categories and reduce the Excerpt length in my Blog Summary blocks, but it seems to have increased the white space underneath the posts. When I used "Inspect" to try see what I could target, the unwanted white space is showing as blue (content), rather than orange or green (white space). Does anyone know how I can remove the unwanted white space in both my Blog Summaries (the "Sidebar" and the "Related Articles" section)? See image attached. Thanks so much! Link to comment
Solution Ziggy Posted October 3, 2022 Solution Share Posted October 3, 2022 It looks like you might have this in your Custom CSS, you'll want to remove it as it's causing the summary blocks to have a minimum height of 70% of the viewport height: @media only screen and (min-width: 650px) .summary-item { height: 70vh; } Getting rid of that will solve your problem. 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)☕ Did I help? Buy me a coffee? 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