smarta Posted May 21, 2022 Share Posted May 21, 2022 (edited) Site URL: http://www.the-still-refinery.squarespace.com/about/?password=refinery Is there a way to reduce the space between the slideshow title and the item title on mobile? Edited May 21, 2022 by smarta Link to comment
Donna_Vincent Posted May 21, 2022 Share Posted May 21, 2022 (edited) You should be able to do a margin-top using a mobile media query and target by section or block if needed. Try this. @media only screen and (max-width: 640px) { .user-items-list-banner-slideshow .slides {margin-top: -10hv;}} There's also a 40px padding at the bottom of the title that you may want to decrease..user-items-list .list-section-title {padding-bottom:20px!important;} Edited May 21, 2022 by Donna_Vincent smarta 1 Link to comment
smarta Posted May 22, 2022 Author Share Posted May 22, 2022 @Donna_Vincent Thank you!! 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