AlexAstin Posted June 27, 2020 Posted June 27, 2020 Site URL: http://www.immersehealth.co.uk I’m using the Bedford template and don’t want to use the banner as I find it doesn’t optimise well across platforms. I want to remove it but I don’t want the blank space at the top of the homepage ideally. If someone has some code that can help me get rid of that would be really appreciated!
rwp Posted June 27, 2020 Posted June 27, 2020 #page { padding-top: 20px !important; } #header { display: none; }
tuanphan Posted June 28, 2020 Posted June 28, 2020 Add above code to Home > Design > Custom CSS If you want to apply on One page, add Code Block > Paste this code <style> #page { padding-top: 20px !important; } #header { display: none; } </style> 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.