Lari Posted May 15 Share Posted May 15 (edited) Hi everyone, I'm currently working on customizing the mobile view of an Squarespace website, and I've run into an issue with the spacing between the headline "Erfolgsgeschichten" (success stories) and the respective customer reviews. In the mobile view, there's too much space between these elements, and I'd like to reduce it for a cleaner look. I've tried using custom CSS to adjust the margins and padding, but haven't had much success. Can anyone provide guidance on how to achieve this? Any assistance would be greatly appreciated! Thank you in advance. Best regards, Lari pw: lisalang Edited May 16 by Lari Link to comment
tuanphan Posted May 17 Share Posted May 17 Hi, What is site url? 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
Solution tuanphan Posted May 19 Solution Share Posted May 19 On 5/17/2024 at 7:29 PM, Lari said: @tuanphan Hi, it's lilaharmony.de. Use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="65b53df89c35bf551f79fdbf"] ul { min-height: unset !important; } .user-items-list-item-container[data-section-id="65b53df89c35bf551f79fdbf"] .slide-content.list-item-card-background { margin-top: 0px !important; margin-bottom: 30px !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
Lari Posted May 20 Author Share Posted May 20 @tuanphan thank you sooo much! tuanphan 1 Link to comment
Lari Posted September 20 Author Share Posted September 20 @tuanphan I could really use your help with the same website again, if you're willing. I’ve noticed an issue on the mobile version of the website, specifically in the Imprint & Privacy Policy found in the footer (Impressum & Datenschutz) section. The navigation menu opens, but when I try to click on any of the items, nothing happens – the pages don’t load. Do you know what could be causing this, and how I might be able to fix it? Thanks a lot in advance for your help! Link to comment
tuanphan Posted September 23 Share Posted September 23 On 9/20/2024 at 5:17 PM, Lari said: @tuanphan I could really use your help with the same website again, if you're willing. I’ve noticed an issue on the mobile version of the website, specifically in the Imprint & Privacy Policy found in the footer (Impressum & Datenschutz) section. The navigation menu opens, but when I try to click on any of the items, nothing happens – the pages don’t load. Do you know what could be causing this, and how I might be able to fix it? Thanks a lot in advance for your help! I tried scroll down to footer, then click burger > and click an item in menu >> I see it still load fine 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
Lari Posted September 28 Author Share Posted September 28 @tuanphan here is a screen recording of what I mean. Does this work for you too, or is it the same issue as in my shared video? thank you so so much for your help! RPReplay_Final1727519045.mp4 Link to comment
tuanphan Posted September 30 Share Posted September 30 On 9/28/2024 at 5:40 PM, Lari said: @tuanphan here is a screen recording of what I mean. Does this work for you too, or is it the same issue as in my shared video? thank you so so much for your help! RPReplay_Final1727519045.mp4 You mean Click burger item >> then clicking an items >> it doesn't nothing, just close burger menu only? 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
Lari Posted October 1 Author Share Posted October 1 (edited) Yes, exactly. When you select "Impressum & Datenschutz" in the footer and the page loads, clicking on an item in the burger menu does not open anything and simply closes the menu instead. Is there a solution to this issue? Edited October 1 by Lari Link to comment
tuanphan Posted October 4 Share Posted October 4 Because you used anchor links like this #leistungen If users on page A, when click this link format >> It will find & scroll to #leistungen on page A If users on page B, when click this link format >> It will find & scroll to #leistungen on page B A, B don't have this ID so it won't work Change link to this format /#leistungen 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
Lari Posted Tuesday at 08:22 AM Author Share Posted Tuesday at 08:22 AM You're an angel! Thank you so so so much for your help @tuanphan and for solving this. 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