ZWDO Posted April 8, 2021 Share Posted April 8, 2021 Site URL: https://www.zerowastedesignonline.com/ Hi there, I am having a lot of trouble trying to reduce the footer padding(?) at the bottom of each page on our site. I can't select this as a section, but we would love to get rid of this blank space. The site is https://www.zerowastedesignonline.com/ I would share a screenshot but the blank section is so large that it takes up the whole screen - if you scroll to the bottom of any page you should see what I mean. Thank you in advance! Issue #2: There are also spacing issues on our mobile menu/navigation (image attached). We will be updating the colours to be more accessible but would love to get the spacing issue fixed. Thank you! Link to comment
tuanphan Posted April 12, 2021 Share Posted April 12, 2021 Hi. I don't see pink spacing like as screenshot. Did you fix this? 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
ZWDO Posted April 20, 2021 Author Share Posted April 20, 2021 On 4/12/2021 at 9:17 AM, tuanphan said: Hi. I don't see pink spacing like as screenshot. Did you fix this? Hello @tuanphan - I can still see the pink spacing on mobile unfortunately. And the white space on desktop is still visible at the bottom of all pages. Thanks for your help! Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 On 4/20/2021 at 6:09 PM, ZWDO said: Hello @tuanphan - I can still see the pink spacing on mobile unfortunately. And the white space on desktop is still visible at the bottom of all pages. Thanks for your help! Add to Design > Custom CSS /* Overlay pink spacing */ div.header-menu-nav-item { padding-bottom: 5px !important; } /* remove white spacing */ @media screen and (max-width:767px) { main#page { padding-bottom: 0 !important; } } 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
ZWDO Posted April 22, 2021 Author Share Posted April 22, 2021 Hi @tuanphan - thank you! That has fixed the pink spacing however the blank white space at the bottom of all pages is still there. Link to comment
tuanphan Posted April 24, 2021 Share Posted April 24, 2021 On 4/22/2021 at 4:29 PM, ZWDO said: Hi @tuanphan - thank you! That has fixed the pink spacing however the blank white space at the bottom of all pages is still there. Add this to Design > Custom CSS main#page { padding-bottom: 0 !important; } 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
ZWDO Posted April 26, 2021 Author Share Posted April 26, 2021 Thank you, this has worked! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.