Alex2024 Posted April 25 Share Posted April 25 (edited) Hi, I've had a look around but cant find what I'm looking for. I need a code that reduces (even better gives me control of) the margins around the simple slideshow, both on mobile and standard web page. The space around the mobile version is far too big! See attached image Thanks! Edited May 15 by Alex2024 dont want the image public Link to comment
tuanphan Posted April 26 Share Posted April 26 Can you share link to this page? 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
Alex2024 Posted April 29 Author Share Posted April 29 https://flute-point-sh7n.squarespace.com/ The website private, how do i give you access without publicly giving my details? The simple slideshow is the only one that displays the whole image like this. Theres so much empty space around it Id like to reduce Link to comment
tuanphan Posted April 30 Share Posted April 30 17 hours ago, Alex2024 said: https://flute-point-sh7n.squarespace.com/ The website private, how do i give you access without publicly giving my details? The simple slideshow is the only one that displays the whole image like this. Theres so much empty space around it Id like to reduce You can follow this 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 3 Solution Share Posted May 3 To reduce spacing on mobile, try this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { body.homepage .gallery-slideshow { padding: 2px !important; min-height: unset !important; height: 80vw !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
Alex2024 Posted May 3 Author Share Posted May 3 3 hours ago, tuanphan said: @media screen and (max-width:767px) { body.homepage .gallery-slideshow { padding: 2px !important; min-height: unset !important; height: 80vw !important; } } This worked! Thanks so much! 🙂 Link to comment
Alex2024 Posted May 3 Author Share Posted May 3 5 hours ago, tuanphan said: To reduce spacing on mobile, try this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { body.homepage .gallery-slideshow { padding: 2px !important; min-height: unset !important; height: 80vw !important; } } Is there a way to control the boarders like this on desktop version? Link to comment
tuanphan Posted May 4 Share Posted May 4 On 5/3/2024 at 2:39 AM, Alex2024 said: Password is Alex12 password is incorrect now https://flute-point-sh7n.squarespace.com/ 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
Alex2024 Posted May 4 Author Share Posted May 4 It's back to the previous password now Link to comment
tuanphan Posted May 5 Share Posted May 5 On 5/3/2024 at 9:12 PM, Alex2024 said: Is there a way to control the boarders like this on desktop version? You mean add a space around slideshow? 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
Alex2024 Posted May 5 Author Share Posted May 5 No, I want less blank space around it, like you did for the mobile version. Control over the amount of space would be amazing Link to comment
tuanphan Posted May 6 Share Posted May 6 9 hours ago, Alex2024 said: No, I want less blank space around it, like you did for the mobile version. Control over the amount of space would be amazing You try this CSS code @media screen and (min-width:768px) { body.homepage .gallery-slideshow { max-width: 99% !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