Beecacher Posted September 1, 2023 Share Posted September 1, 2023 Does anyone know how to reduce the excessive spacing at the upper portion in the blog listing section on my blog page? I tried to use custom CSS code such as this, but it didn't work: #section[data-section-id="64f0b074e669e53fca4a6a11"] { /* actual section ID */ margin-top: 10px !important; /* Adjust the 10px value as needed */ padding-top: 10px !important; /* Adjust the 10px value as needed */ } I'm on version 7.1 Please note that I am just a CSS beginner. :) Thank you. Link to comment
Solution tuanphan Posted September 2, 2023 Solution Share Posted September 2, 2023 Try adding this to Website > Website Tools > Custom CSS /* blog page padding */ .blog-basic-grid.collection-content-wrapper { padding-top: 10px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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