RX12 Posted June 10, 2021 Share Posted June 10, 2021 I am basically building a landing page and had to remove both header and navigation bar as well as footer. But after removing it (with a custom CSS code for a single page) I was then left with blank space on top and bottom. I'd like to remove this space. Please help 😇   Link to comment
tuanphan Posted June 11, 2021 Share Posted June 11, 2021 Hi. Which code did you use? & Your site url? 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
RX12 Posted June 11, 2021 Author Share Posted June 11, 2021 Site URL is: https://www.alchemyofliving.co.uk/new-cover-page-3 And code I used for a single page is: <style type="text/css"> .Header-inner, .Footer, .tweak-mobile-bar-top-fixed .Mobile-bar--top {   display: none!important; } </style> Link to comment
tuanphan Posted June 12, 2021 Share Posted June 12, 2021 13 hours ago, RX12 said: Site URL is: https://www.alchemyofliving.co.uk/new-cover-page-3 And code I used for a single page is: <style type="text/css"> .Header-inner, .Footer, .tweak-mobile-bar-top-fixed .Mobile-bar--top {   display: none!important; } </style> Use new code <style> .Header-inner, .Footer, .tweak-mobile-bar-top-fixed .Mobile-bar--top { display: none!important; } section.Main-content { padding-top: 10px; padding-bottom: 10px; } </style>  RX12 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
RX12 Posted June 12, 2021 Author Share Posted June 12, 2021 Thank you, it works! You're an ace! 👊 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