evemarden Posted November 26 Posted November 26 Site URL: https://rippletotalexperience.com/ Hi all As shown in the screenshots below, my banner slideshow section looks great on desktop but has way too much padding on mobile. All padding has been set to 0 where possible. Can anybody suggest how I might be able to fix? Many thanks. https://rippletotalexperience.com/
Solution Spark-Plugin Posted November 26 Solution Posted November 26 (edited) Hello @evemarden, give this code a try, this should work, also see attached screenshot for reference: Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done /* Adjust Slide Content Margin for Small Screens */ @media screen and (max-width: 767px) { .user-items-list-banner-slideshow .slide-content { /* Sets the margin for small screens */ margin-bottom: -40px !important; /* Adjust this value as needed */ } } Edited November 26 by Spark-Plugin evemarden 1 - Answered by Iuno from sparkplugin.com
Squareko Posted November 26 Posted November 26 It happens not for banner, others content is responsible for that. Check other content.
evemarden Posted November 26 Author Posted November 26 12 hours ago, Spark-Plugin said: Hello @evemarden, give this code a try, this should work, also see attached screenshot for reference: Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done /* Adjust Slide Content Margin for Small Screens */ @media screen and (max-width: 767px) { .user-items-list-banner-slideshow .slide-content { /* Sets the margin for small screens */ margin-bottom: -40px !important; /* Adjust this value as needed */ } } Thankyou so much Spark-Plugin!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment