swansonf Posted August 13, 2020 Share Posted August 13, 2020 (edited) Site URL: https://www.ncdcma.org/ There is an awkward white space at the top of all blog posts and events (not the main event page, but individual events). I've tried hiding the banner, but that didn't do anything. I've also tried a couple of different CSS codes, but those haven't worked either. I attached a screenshot of the problem below. Does anyone have any CSS codes that would fix these issues? Edited August 14, 2020 by swansonf Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 Add to Home > Design > Custom CSS /* Remove event white space */ .collection-type-events.view-item .page-banner-wrapper { display: none !important; } /* remove blog white space */ .collection-type-blog.view-item .page-banner-wrapper { display: none; } swansonf 1 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
swansonf Posted August 17, 2020 Author Share Posted August 17, 2020 That worked perfectly, 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