RGCreative Posted June 23 Share Posted June 23 (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 by RGCreative Link to comment
tuanphan Posted June 23 Share Posted June 23 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 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
RGCreative Posted June 23 Author Share Posted June 23 Sorry, just sorted this - thank you. Password is: magpie https://tangerine-pug-hblb.squarespace.com Link to comment
tuanphan Posted June 23 Share Posted June 23 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 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
RGCreative Posted June 23 Author Share Posted June 23 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 Solution Share Posted June 23 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 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