elsapapa Posted June 10, 2022 Share Posted June 10, 2022 Site URL: https://www.byelsapapa.com Hi, How do I reduce the white padding at the bottom of my site without changing the background to the colour of the footer? Is there a CSS code for this? Many thanks! Link to comment
tuanphan Posted June 12, 2022 Share Posted June 12, 2022 Add to Design > Custom CSS /* remove white bottom */ .Mobile-bar.Mobile-bar--bottom { display: none !important; } body { margin-bottom: 0 !important; } 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
elsapapa Posted June 13, 2022 Author Share Posted June 13, 2022 7 hours ago, tuanphan said: Add to Design > Custom CSS /* remove white bottom */ .Mobile-bar.Mobile-bar--bottom { display: none !important; } body { margin-bottom: 0 !important; } Thank you so much! This works 🙂 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