jesswp Posted August 3, 2021 Share Posted August 3, 2021 Hi there, This is an odd question but is there a way to remove inset on mobile only throughout the whole site? And have the sections to be full bleed instead? I like it on desktop but on mobile - I find it aesthetically not as nice. (i.e. hero banner on about / classes page) https://mushroom-sheep-669e.squarespace.com/ pass: harp Thanks for your expertise! Link to comment
tuanphan Posted August 5, 2021 Share Posted August 5, 2021 On 8/4/2021 at 4:26 AM, graceandoak said: Hi there, This is an odd question but is there a way to remove inset on mobile only throughout the whole site? And have the sections to be full bleed instead? I like it on desktop but on mobile - I find it aesthetically not as nice. (i.e. hero banner on about / classes page) https://mushroom-sheep-669e.squarespace.com/ pass: harp Thanks for your expertise! Add to Design > Custom CSS /* Mobile-Classes page-remove inset */ @media screen and (max-width:767px) { [data-section-id="61083b750091616ef511bbaf"] { padding-left: 0 !important; padding-right: 0 !important; } [data-section-id="61083b750091616ef511bbaf"] .section-background { left: 0 !important; right: 0 !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
jesswp Posted August 8, 2021 Author Share Posted August 8, 2021 You rock. Thank you 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