Klintholm Posted March 7, 2023 Share Posted March 7, 2023 Hey guys, On mobile my site, www.reload.dk, has different gutters/padding. I want it to align.https://reload.dk/hvem-er-vi/teamet and the carousel at the bottom of https://reload.dk/hvem-er-vi are slighter wider than the rest of the site. How do I fix this? Thanks in advance! Link to comment
Beyondspace Posted March 7, 2023 Share Posted March 7, 2023 4 hours ago, Klintholm said: Hey guys, On mobile my site, www.reload.dk, has different gutters/padding. I want it to align.https://reload.dk/hvem-er-vi/teamet and the carousel at the bottom of https://reload.dk/hvem-er-vi are slighter wider than the rest of the site. How do I fix this? Thanks in advance! Can you show some screenshots where you want to fix? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Klintholm Posted March 7, 2023 Author Share Posted March 7, 2023 6 hours ago, Beyondspace said: Can you show some screenshots where you want to fix? Yes, of course. These were done on my phone quickly - hope they make sense to you! Link to comment
Klintholm Posted March 9, 2023 Author Share Posted March 9, 2023 Anybody? @Beyondspace can you still help me? Much appreciated! Link to comment
Klintholm Posted March 9, 2023 Author Share Posted March 9, 2023 I already have this code in my custom CSS, but for some reason it doesn't target the boxes on that particular page... body[id*="item-"] .sqs-block.accordion-block { margin-left: 17px; margin-right: 17px; } Link to comment
Beyondspace Posted March 9, 2023 Share Posted March 9, 2023 The 2 above pages look good on my end. Do they still need help? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Klintholm Posted March 9, 2023 Author Share Posted March 9, 2023 3 hours ago, Beyondspace said: The 2 above pages look good on my end. Do they still need help? They do. The problem is still there. It's a slight misalignment. 17px, I presume. Link to comment
Klintholm Posted March 9, 2023 Author Share Posted March 9, 2023 So @Beyondspace I need help with the boxes on https://reload.dk/jobs and the carousel (on mobile) on https://reload.dk/hvem-er-vi Link to comment
tuanphan Posted March 12, 2023 Share Posted March 12, 2023 On 3/10/2023 at 2:12 AM, Klintholm said: They do. The problem is still there. It's a slight misalignment. 17px, I presume. With Yellow Box, add this to Design > Custom CSS /* align yellow box mobile */ @media screen and (max-width:767px) { [data-section-id="632c3c935266776cbb1ce9c9"] .content-wrapper { padding-left: 17px !important; padding-right: 17px !important; width: calc(~"100% - 34px") !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
Solution Klintholm Posted March 13, 2023 Author Solution Share Posted March 13, 2023 (edited) 22 hours ago, tuanphan said: With Yellow Box, add this to Design > Custom CSS /* align yellow box mobile */ @media screen and (max-width:767px) { [data-section-id="632c3c935266776cbb1ce9c9"] .content-wrapper { padding-left: 17px !important; padding-right: 17px !important; width: calc(~"100% - 34px") !important; } } Sorry, I realize now my problem is twofold... 1) that the yellow box and the accordion on the https://reload.dk/jobs is not only a problem on mobile. It also misaligns on desktop. I've used these snippets to fix everything else on the site, but somehow they don't get these two on "jobs" site. body[id*="item-"] .sqs-block.accordion-block { margin-left: 17px; margin-right: 17px; } body[id*="item-"] .sqs-block.html-block.sqs-background-enabled { margin-left: 17px; margin-right: 17px; } 2) The carousel at the bottom of https://reload.dk/hvem-er-vi is misaligned on mobile. I don't know why? EDIT: NEVERMIND I FIXED IT WITH YOUR CODE. Still need help with issue 1) here, tho. Thank you in advance!UPDATE: I fixed a lot of the problems by upgrading the boxes to Fluid Engine! Edited March 13, 2023 by Klintholm tuanphan 1 Link to comment
tuanphan Posted March 16, 2023 Share Posted March 16, 2023 On 3/13/2023 at 2:30 PM, Klintholm said: Sorry, I realize now my problem is twofold... 1) that the yellow box and the accordion on the https://reload.dk/jobs is not only a problem on mobile. It also misaligns on desktop. I've used these snippets to fix everything else on the site, but somehow they don't get these two on "jobs" site. body[id*="item-"] .sqs-block.accordion-block { margin-left: 17px; margin-right: 17px; } body[id*="item-"] .sqs-block.html-block.sqs-background-enabled { margin-left: 17px; margin-right: 17px; } 2) The carousel at the bottom of https://reload.dk/hvem-er-vi is misaligned on mobile. I don't know why? EDIT: NEVERMIND I FIXED IT WITH YOUR CODE. Still need help with issue 1) here, tho. Thank you in advance!UPDATE: I fixed a lot of the problems by upgrading the boxes to Fluid Engine! Did you solve all or still need help? 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