daveneedshelp Posted March 15, 2022 Posted March 15, 2022 Site URL: https://dave.online Hey guys, my site is https://dave.online and I'm trying to get this landing page to stop scrolling and just lock in place. This is what I'm going for: https://www.shortstache.com Both the web and mobile version would be awesome. I'd like this page to behave like Shortstache. Thanks so much!
tuanphan Posted March 16, 2022 Posted March 16, 2022 Add to Design > Custom CSS html, body { 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!)
daveneedshelp Posted March 22, 2022 Author Posted March 22, 2022 On 3/15/2022 at 11:25 PM, tuanphan said: Add to Design > Custom CSS html, body { overflow: hidden; } Thanks! That def. stopped the scrolling. Any idea how to remove the top and left border, now?
tuanphan Posted March 24, 2022 Posted March 24, 2022 On 3/23/2022 at 5:33 AM, daveneedshelp said: Thanks! That def. stopped the scrolling. Any idea how to remove the top and left border, now? You mean border around image? 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!)
daveneedshelp Posted March 28, 2022 Author Posted March 28, 2022 On 3/24/2022 at 12:54 AM, tuanphan said: You mean border around image? Yes, I'd like to make the image take up the entire left half of the screen on desktop and top half on mobile with no borders.
tuanphan Posted March 30, 2022 Posted March 30, 2022 On 3/29/2022 at 1:20 AM, daveneedshelp said: Yes, I'd like to make the image take up the entire left half of the screen on desktop and top half on mobile with no borders. Try adding to Design > Custom CSS /* Image border */ body.homepage article .content-wrapper { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment