LouiseF Posted October 2, 2021 Share Posted October 2, 2021 (edited) Site URL: https://www.linkremovedbyOP.com Hi all I'm having trouble with one section on one page only on this website/page - URL removed as it's now a live website I removed the paddings at the top and bottom of each section id, including the troublesome one here (currently has a temporary pink background). I think the issue lies with the slideshow/gallery itself. The code I used to remove the top and bottom space here was .gallery-slideshow.preFade.fadeIn { padding-top: 0 !important; padding-bottom: 0 !important; } But once the screen size hits under a certain width (I think round about the 960px wide mark) the above code just doesn't seem to apply and I need it to. Does anyone have a fix for me please? Thanks in advance! Edited November 11, 2021 by LouiseF Link to comment
tuanphan Posted October 3, 2021 Share Posted October 3, 2021 Add to Design > Custom CSS > then save & Reload the site @media screen and (max-width:991px) { .gallery-slideshow { height: 45vh !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
LouiseF Posted October 4, 2021 Author Share Posted October 4, 2021 20 hours ago, tuanphan said: Add to Design > Custom CSS > then save & Reload the site @media screen and (max-width:991px) { .gallery-slideshow { height: 45vh !important; } } Thank you, worked perfectly. A fresh pair of eyes really helps! 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