Jennarara Posted August 5, 2020 Share Posted August 5, 2020 Site URL: http://thewellcanvas.com Hi! I am trying to remove the space between my top navigation/header and content. My homepage is a blog index, and ideally I would like for this to not affect individual blog posts, because so far this has resulted in my individual blog posts being too close to the header. I can see the padding is too much on the header, but I've already made it as low as possible without adding CSS. Thanks! Link to comment
tuanphan Posted August 5, 2020 Share Posted August 5, 2020 Add to Home > Design > Custom CSS /* Reduce space between header -content */ .view-list .blog-masonry.collection-content-wrapper { padding-top: 1px; } Jennarara 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
Jennarara Posted August 6, 2020 Author Share Posted August 6, 2020 17 hours ago, tuanphan said: Add to Home > Design > Custom CSS /* Reduce space between header -content */ .view-list .blog-masonry.collection-content-wrapper { padding-top: 1px; } Thank you SO much @tuanphan!!! This worked perfectly 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