DanielSather Posted March 7 Share Posted March 7 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 Share Posted March 8 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
DanielSather Posted March 8 Author Share Posted March 8 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 Share Posted March 10 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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