daveneedshelp Posted March 15, 2022 Share 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! Link to comment
tuanphan Posted March 16, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
daveneedshelp Posted March 22, 2022 Author Share 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? Link to comment
tuanphan Posted March 24, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
daveneedshelp Posted March 28, 2022 Author Share 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. Link to comment
tuanphan Posted March 30, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment