LaurenF Posted May 23, 2020 Share Posted May 23, 2020 Site URL: http://www.thechicode.com Hello, If you look at the website homepage youll notice the two images with booking and subscribing on them, and they are beside each other with no space in between. When you switch to mobile view however, there is a 30px padding below the subscribe image. I've tried to remove the padding, but can't figure out the right code. I want there to be no space in between, just like desktop view. Thank you for your help in advanced. Link to comment
tuanphan Posted May 23, 2020 Share Posted May 23, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .gallery-masonry-item { padding-bottom: 0 !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.