ubbitz Posted August 30, 2021 Share Posted August 30, 2021 Site URL: http://www.dronefreq.com Hello, I'm trying to decrease the negative space that my gallery section is taking up on my homepage. Is there a code that will minimize the height of this element on mobile only? I would like to decrease the space in between "Real Estate Photography" and the image toward the bottom of the screen in the attached image. Thank you www.dronefreq.com Link to comment
tuanphan Posted August 31, 2021 Share Posted August 31, 2021 Add to Design > Custom CSS @media screen and (max-width:767px) { .gallery-slideshow { height: 35vh !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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.