emr10 Posted February 9, 2021 Share Posted February 9, 2021 Site URL: http://charlielangton.com Hi guys, I have been having the same problem os most people here. I have tried 10 codes posted here before but none fix the problem on my website. Could someone please help? I already deleted most of the footer with my boyfriend's infos thinking it would fix it, but it didn't, sadly. This white blank space is really bothering us. Thank you very much in advance, Erika Link to comment
tuanphan Posted February 13, 2021 Share Posted February 13, 2021 It looks like you solved with this CSS code? @media screen and (max-width: 767px) { body.homepage #page section:first-child { min-height:20vh !important; height: 90vh; } body.homepage #page section:first-child img { object-position: 15% !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
RyanAlexis93 Posted February 19, 2021 Share Posted February 19, 2021 I'm having a similar issue with my homepage - I see a blank space in the mobile view but not on the webpage - any help would be greatly appreciated link here: ryanalexiswrites.com Link to comment
tuanphan Posted February 19, 2021 Share Posted February 19, 2021 11 hours ago, RyanAlexis93 said: I'm having a similar issue with my homepage - I see a blank space in the mobile view but not on the webpage - any help would be greatly appreciated link here: ryanalexiswrites.com Add to Design > Custom CSS /* remove mobile blank space */ @media screen and (max-width:767px) { .portfolio-hover { 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.