jesswp Posted August 3, 2021 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!
tuanphan Posted August 5, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.