DanielSather Posted March 7, 2023 Share Posted March 7, 2023 I'm trying to get the very top banner slideshow to not be so long on mobile. I would like to behave similarly to the image block which is directly beneath it. I played around with the settings and couldn't seem to make this happen. Any help would be greatly appreciated! link: https://aqua-nectarine-ttsr.squarespace.com/ password: test -Daniel Link to comment
tuanphan Posted March 8, 2023 Share Posted March 8, 2023 13 hours ago, DanielSather said: I'm trying to get the very top banner slideshow to not be so long on mobile. I would like to behave similarly to the image block which is directly beneath it. I played around with the settings and couldn't seem to make this happen. Any help would be greatly appreciated! link: https://aqua-nectarine-ttsr.squarespace.com/ password: test -Daniel Hi, Add to Design > Custom CSS @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="6402395b615768398ae56dcd"] ul { min-height: unset !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
DanielSather Posted March 8, 2023 Author Share Posted March 8, 2023 That works great! Thank you so much. One follow up question. Is there a way to specify the mobile height of the slideshow? Link to comment
tuanphan Posted March 10, 2023 Share Posted March 10, 2023 On 3/8/2023 at 10:52 PM, DanielSather said: That works great! Thank you so much. One follow up question. Is there a way to specify the mobile height of the slideshow? Try this @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="6402395b615768398ae56dcd"] ul { min-height: unset !important; height: 40vh !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
Vvillanti Posted May 16 Share Posted May 16 Hi! Can you assist me with editing the banner slideshow near the end of this site I am working on? On mobile, it displays with too much room between the title and the testimonial and the arrows and the testimonial. calliope-leopard-5c83.squarespace.com Link to comment
tuanphan Posted May 20 Share Posted May 20 On 5/17/2024 at 12:59 AM, Vvillanti said: Hi! Can you assist me with editing the banner slideshow near the end of this site I am working on? On mobile, it displays with too much room between the title and the testimonial and the arrows and the testimonial. calliope-leopard-5c83.squarespace.com What is password? 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