swansonf Posted August 13, 2020 Share Posted August 13, 2020 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? 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; } 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
swansonf Posted August 17, 2020 Author Share Posted August 17, 2020 That worked perfectly, thank you!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.