Sisu_DesignStudio Posted November 20, 2020 Share Posted November 20, 2020 (edited) Site URL: https://www.vintagedishandtell.com/hero-recipe-slideshow I'm adding a slideshow gallery to my client's site (7.0), and I'm having some spacing trouble. It looks good on desktop and tablet, but on mobile there is way too much top and bottom spacing. I've tried searching for mobile-specific CSS suggestions, but none have worked. The only ones I've found have to do with width, not padding height to get rid of that top/bottom whitespace. I'm also open to increasing the heigh of the slideshow container itself so it fills up that space better. Whatever can be done so the spacing doesn't look so strange. Thanks! Edited November 20, 2020 by AllieDesignCo Additional photo for context Allie | Sisu Design Studio Link to comment
tuanphan Posted November 22, 2020 Share Posted November 22, 2020 Add to Page Settings > Advanced > Header <style> @media screen and (max-width:640px) { .Main-content { padding-top: 10px; padding-bottom: 10px; } } </style> I see some pages have very long content on mobile. You can consider adding a back to top button. 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