RGCreative Posted June 23, 2023 Share Posted June 23, 2023 (edited) Hi there, Have a homepage banner slideshow - it's display height is large and it looks great on desktop. But on mobile I would like the height to display small. Grateful for any advice on how to adjust this. Thanks! https://tangerine-pug-hblb.squarespace.com Edited June 23, 2023 by RGCreative Link to comment
tuanphan Posted June 23, 2023 Share Posted June 23, 2023 The site is private. Can you setup an access password? We can access site easer 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
RGCreative Posted June 23, 2023 Author Share Posted June 23, 2023 Sorry, just sorted this - thank you. Password is: magpie https://tangerine-pug-hblb.squarespace.com Link to comment
tuanphan Posted June 23, 2023 Share Posted June 23, 2023 Add to Design > Custom CSS /* Mobile Slideshow */ @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="648055bf377c007c12ed8344"] 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
RGCreative Posted June 23, 2023 Author Share Posted June 23, 2023 This is working great - thank you so much! Only thing is the navigation arrows are now sitting centrally on the mobile view. I sheer a way to shift them to the sides like on the desktop view? Link to comment
Solution tuanphan Posted June 23, 2023 Solution Share Posted June 23, 2023 Use this new code /* Mobile Slideshow */ @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="648055bf377c007c12ed8344"] { ul { min-height: unset !important; } .desktop-arrows { display: flex !important; } .mobile-arrows { display: none !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
RGCreative Posted June 24, 2023 Author Share Posted June 24, 2023 Perfect - thanks ever so much. 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