bryonymelhuish Posted February 6, 2021 Posted February 6, 2021 Site URL: https://flowercarte.squarespace.com/ Wondering if there's a way to remove the content inset on mobile view from a section. I have an image that is inset underneath a testimonials carousel but on mobile you can only view a very skinny part of it so i'd rather just remove. See https://flowercarte.squarespace.com/ pass: flowercarte - Homepage and How it works Testimonials section... Site is in 7.1
jpeter Posted February 6, 2021 Posted February 6, 2021 The following CSS will hide the image in mobile: @media (max-width: 767px){ /* Hide section background image under the carousel on "Home" and "How it works" pages */ .page-section[data-section-id="5fd08e73a040431536c13852"] .section-background img, .page-section[data-section-id="5fea45edb282ec468d1fbbc1"] .section-background img { display: none; } } Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee!
bryonymelhuish Posted February 9, 2021 Author Posted February 9, 2021 @jpeter Thank you - that worked!
tuanphan Posted February 13, 2021 Posted February 13, 2021 @bryonymelhuishI see on mobile, some blog posts, footer logo overlaps pagination title https://flowercarte.squarespace.com/inspiration/how-to-get-the-best-smoke-bomb-photos 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!)
bryonymelhuish Posted March 4, 2021 Author Posted March 4, 2021 @tuanphan Thanks you - I will look into that!
tuanphan Posted March 7, 2021 Posted March 7, 2021 On 3/5/2021 at 4:13 AM, bryonymelhuish said: @tuanphan Thanks you - I will look into that! Have you solved it yet? If no, we can give the code 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.