celestine.fabros Posted June 15 Share Posted June 15 Hello, I'm trying to create a full width, full bleed page without nav, header and footer. I was able to hide the rest but I'm stuck on this bottom white section: How can I remove this and display another image on hover?Link to page here. TYSM! Link to comment
Solution tuanphan Posted June 20 Solution Share Posted June 20 Add to Design > Custom CSS @media screen and (min-width:901px) { body#collection-6478e32232456077f8725e47 { #content figure { height: 100vh !important; } & { overflow: hidden; } img { top: 0 !important; } .content-fill, .image-inset { overflow: visible !important; height: 100% !important; padding-bottom: 150% !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
celestine.fabros Posted June 20 Author Share Posted June 20 AMAZING! Any chance you can also help me with the mobile view? 🙏 Link to comment
tuanphan Posted June 22 Share Posted June 22 Use this code under body#collection-6478e32232456077f8725e47 .image-block { padding: 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
celestine.fabros Posted July 6 Author Share Posted July 6 Thank you! Would you be able to remove the white space underneath? Link to comment
tuanphan Posted July 7 Share Posted July 7 On 7/6/2023 at 7:16 AM, celestine.fabros said: Thank you! Would you be able to remove the white space underneath? You want: remove header + remove white space, OR remove white space only? 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
celestine.fabros Posted July 8 Author Share Posted July 8 Just the white space underneath please! Link to comment
tuanphan Posted July 9 Share Posted July 9 16 hours ago, celestine.fabros said: Just the white space underneath please! Add this under @media screen and (max-width:767px) { div#page-6478e32232456077f8725e47 .image-block { padding: 0px !important; } } celestine.fabros 1 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
celestine.fabros Posted July 13 Author Share Posted July 13 Thanks!! I had to pivot last minute from client's request to make it into a slideshow, so I used Slideshow Gallery instead of Image Poster. Desktop looks great, but the white space is back on mobile and tablet 😞 And when I refresh, it's overflowing to the right and once the slideshow loops, it goes to full width, so strange. Would love for it to look just like desktop, but stacked and responsive and without the mobile header. Many many thanks for all your help! Link to comment
tuanphan Posted July 15 Share Posted July 15 I don't see Slideshow. Can you share new link? 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
celestine.fabros Posted July 17 Author Share Posted July 17 Yep! https://www.bettylarkin.com/new-home-copy Link to comment
tuanphan Posted July 19 Share Posted July 19 On 7/17/2023 at 11:15 PM, celestine.fabros said: Yep! https://www.bettylarkin.com/new-home-copy Try this CSS (Design > Custom CSS) /* New Home page white space */ @media screen and (max-width:640px) { div#page-64a9a440b45c235a34c80537 .gallery-block { padding: 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
celestine.fabros Posted July 20 Author Share Posted July 20 That worked!! Thanks so much 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