BeeperChirp Posted February 10, 2020 Share Posted February 10, 2020 Site URL: https://www.nateburdette.com/ Hi all, I'm wondering if there's a way to eliminate the slight scroll on my homepage on mobile. There's not much content, and I want the homepage to not scroll at all. (I'd like to even remove the scroll bar, like my homepage on desktop.) This code does the trick on desktop, but doesn't seem to be working on mobile. header#header { margin-top: 0; padding-top: 3vw; } Any help at all would be greatly appreciated! Link to comment
tuanphan Posted February 13, 2020 Share Posted February 13, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { body.homepage { overflow: hidden; } } 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.