websitehelp Posted May 11, 2022 Share Posted May 11, 2022 (edited) I'd like to disable my mobile design for my site cause the first photo (full bleed cover) doesn't show when I am on my mobile Please help on a custom CSS, it's urgent 🙂  dearjackiefilm.squarespace.com password: dearjackie123 Edited May 12, 2022 by websitehelp Link to comment
tuanphan Posted May 14, 2022 Share Posted May 14, 2022 It looks like you figured it out with this code @media screen and (max-width: 991px) { body.homepage #page section:first-child { min-height:40vh !important } } @media screen and (max-width: 767px) { body.homepage #page section:first-child { min-height:20vh !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