Sisu_DesignStudio Posted November 20, 2020 Posted November 20, 2020 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! Allie | Sisu Design Studio
tuanphan Posted November 22, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.