moatrudeau Posted August 17, 2020 Share Posted August 17, 2020 Site URL: https://www.motherofhundredsnyc.com/ Hi! The homepage of this site on mobile has a lot of space under the photo needing to scroll down to see the footer. I have tried so many css fixes but nothing has worked yet. Thanks for any help in advance! Link to comment
tuanphan Posted August 18, 2020 Share Posted August 18, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { footer#footer-sections { margin-top: 0; } } 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
moatrudeau Posted August 18, 2020 Author Share Posted August 18, 2020 Thanks for this! I had tried that from another one of your posts but it didn't work. Luckily when I put in; @media screen and (max-width:767px) { #siteWrapper { min-height: 0vh !important; } } It seemed to work! Link to comment
katepincott Posted October 2, 2020 Share Posted October 2, 2020 Hello I have a similar problem but this code didn't work for me. The padding for my home page is good, but the extra block of space on the mobile view is too much how to remove this block just for mobile view please? www.nafisi.design Link to comment
tuanphan Posted October 3, 2020 Share Posted October 3, 2020 17 hours ago, katepincott said: Hello I have a similar problem but this code didn't work for me. The padding for my home page is good, but the extra block of space on the mobile view is too much how to remove this block just for mobile view please? www.nafisi.design Add to Home > Design > Custom CSS /* remove spacer block - mobile */ @media screen and (max-width:767px) { div#page-5b0b2c4870a6addca9c9732d .span-12>div:nth-child(-n+2) { display: none; } } 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
katepincott Posted October 6, 2020 Share Posted October 6, 2020 Thank you so much! You are a genius! It worked perfectly! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.