doughrelated Posted August 21, 2021 Share Posted August 21, 2021 Site URL: http://doughrelated.com Hey team I'm using the WAV template, and have recently added in some custom CSS to reduce the size of the main gallery block on the home page. I used; <style> .Index-gallery-item-inner { height: 72% !important;} </style> It's keeping the size of the original gallery (and some extra) as a white area between the Gallery and the next block, which I cannot seem to get rid of. Is anyone able to help? website: https://doughrelated.com/ Thanks for your time in advance! Link to comment
tuanphan Posted August 22, 2021 Share Posted August 22, 2021 19 hours ago, doughrelated said: Site URL: http://doughrelated.com Hey team I'm using the WAV template, and have recently added in some custom CSS to reduce the size of the main gallery block on the home page. I used; <style> .Index-gallery-item-inner { height: 72% !important;} </style> It's keeping the size of the original gallery (and some extra) as a white area between the Gallery and the next block, which I cannot seem to get rid of. Is anyone able to help? website: https://doughrelated.com/ Thanks for your time in advance! Hi, You mean white space above newsletter section on desktop? 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
doughrelated Posted August 22, 2021 Author Share Posted August 22, 2021 Yes that's the one! Link to comment
tuanphan Posted August 26, 2021 Share Posted August 26, 2021 On 8/22/2021 at 2:47 PM, doughrelated said: Yes that's the one! Hi. Try adding to Design > Custom CSS @media screen and (min-width:641px) { section#sliding\/display { min-height: unset !important; height: 500px; } } 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
doughrelated Posted August 28, 2021 Author Share Posted August 28, 2021 On 8/26/2021 at 2:55 PM, tuanphan said: Hi. Try adding to Design > Custom CSS @media screen and (min-width:641px) { section#sliding\/display { min-height: unset !important; height: 500px; } } Hey thank you so much for getting back to me! I had to change the height value but I think that might have worked 🙂 I'll double check on a few other screen sizes Appreciate your help! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.