HalaMarkRey Posted February 23, 2021 Share Posted February 23, 2021 Site URL: https://reyeswine.squarespace.com/about Hi everyone, I am hoping someone can help me out! I am trying to reduce the white space between on sections on the mobile version of my ABOUT page on my trial website. reyeswine.squarespace.com/about pw: wine I've tried doing a few things, including custom CSS such as: /* About Section - Spacing Between Sec. 1&2 */ @media screen and (max-width:767px) { [data-section-id="603454bbcfd4dc6542aa9e43"]{ padding-top:1px !important; padding-bottom: 1px !important} } However, this does not seem to be working. What am I doing wrong? @tuanphan? Can you help out? Can anyone help me out? Thank you so much! Link to comment
tuanphan Posted February 28, 2021 Share Posted February 28, 2021 Hi, Add to Design > Custom CSS /* About padding top */ @media screen and (max-width:767px) { body#collection-602344ea726d0e2b488bc760 article .row { padding-top: 0px; } } 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!) Link to comment
Guest Posted March 7, 2021 Share Posted March 7, 2021 @tuanphan Thank you so much for your help always. I have a similar problem on mobile web. the spaces only happen on mobile web as attached. Would you please have a look and help me too ? www.ok-mart.com.au Link to comment
tuanphan Posted March 15, 2021 Share Posted March 15, 2021 On 3/7/2021 at 5:22 PM, Donald_P said: @tuanphan Thank you so much for your help always. I have a similar problem on mobile web. the spaces only happen on mobile web as attached. Would you please have a look and help me too ? www.ok-mart.com.au Sorry for the delay. Add this to Design > Custom CSS > Then save & reload your site /* remove slide spacing mobile homepage */ @media screen and (max-width:767px) { body.homepage .gallery-slideshow { height: 30vh !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!) Link to comment
Lucia14 Posted March 6, 2022 Share Posted March 6, 2022 I have the same problem and could not fix it with any of this codes, could anyone help me? Link to comment
tuanphan Posted March 10, 2022 Share Posted March 10, 2022 On 3/6/2022 at 9:11 PM, Lucia14 said: I have the same problem and could not fix it with any of this codes, could anyone help me? Can you share link to page in screenshot? We can check easier 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!) Link to comment
Capture_Sports_Ent Posted July 25, 2022 Share Posted July 25, 2022 (edited) Hi there, We're having the same issue with our site on mobile. Everything looks great on desktop, however, the spacing in between sections on mobile, especially after the header gallery and before the first section "Who We Are", I've tried a number of codes that aren't working. We're transitioning to a new template, Moksha, so we went back to our old template, Hayden, for the time being until this issue is resolved. URL is capturesportsmarketing.com however, you'll see the old template at that address. I've attached some screenshots from Preview mode. I hope someone can help! Edited July 25, 2022 by Capture_Sports_Ent Added info & photos. Link to comment
Capture_Sports_Ent Posted July 26, 2022 Share Posted July 26, 2022 (edited) On 3/10/2022 at 1:11 AM, tuanphan said: Can you share link to page in screenshot? We can check easier Hi there, We're having the same issue with our site on mobile. Everything looks great on desktop, however, the spacing in between sections on mobile, especially after the header gallery and before the first section "Who We Are", I've tried a number of codes that aren't working. The URL is capture-se.com. We went ahead and activated our new template because we needed to launch the site but we'd still like to find a solution for the spacing issue for mobile. Would you be able to assist? Edited July 26, 2022 by Capture_Sports_Ent Updated info. Link to comment
tuanphan Posted July 27, 2022 Share Posted July 27, 2022 18 hours ago, Capture_Sports_Ent said: Hi there, We're having the same issue with our site on mobile. Everything looks great on desktop, however, the spacing in between sections on mobile, especially after the header gallery and before the first section "Who We Are", I've tried a number of codes that aren't working. The URL is capture-se.com. We went ahead and activated our new template because we needed to launch the site but we'd still like to find a solution for the spacing issue for mobile. Would you be able to assist? Add to Design > Custom CSS @media screen and (max-width:640px) { section#home, section#home article.Index-gallery-item { height: 30vh !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!) 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