Insider Posted August 31, 2021 Share Posted August 31, 2021 Hi, I'd like to remove some vertical padding in my blog posts. projectsinsider.com/project/3-rubida-court-endeavour-hills lifeisgood Ideally I would like the vertical padding for mobile to be reduced so that the gallery/image/video block, that is usually the first content on my blogs, starts at the top of the blue horizontal border line. This screenshot was taken in edit mode so hopefully that helps with the solution. Same for desktop. Thanks! Link to comment
tuanphan Posted September 1, 2021 Share Posted September 1, 2021 Add to Design > Custom CSS /* Space under header */ .blog-item-wrapper article.entry { padding-top: 0px !important; } .blog-item-top-wrapper { display: none !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
Insider Posted September 1, 2021 Author Share Posted September 1, 2021 3 hours ago, tuanphan said: Add to Design > Custom CSS /* Space under header */ .blog-item-wrapper article.entry { padding-top: 0px !important; } .blog-item-top-wrapper { display: none !important; } You're a legend @tuanphan. Monuments should be erected in your honour! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.