Mattias Posted April 4, 2022 Share Posted April 4, 2022 Site URL: https://www.sandfilm.tv www.sandfilm.tv/images I want to reduce the padding on top/bottom/left from the carousell in MOBILE MODE. Can't seem to solve it! Link to comment
tuanphan Posted April 5, 2022 Share Posted April 5, 2022 Try adding to Design > Custom CSS /* remove carousel padding mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1583139220076_119897 { padding: 0px !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
Mattias Posted April 5, 2022 Author Share Posted April 5, 2022 It works! Magic! Thank you!Bonus question! If i want to reduce it also in Desktopmode, what would the code be? To reduce the padding on left/right/bottom. www.sandfilm.tv/images Big thanks again! Link to comment
tuanphan Posted April 6, 2022 Share Posted April 6, 2022 On 4/5/2022 at 2:53 PM, Mattias said: It works! Magic! Thank you!Bonus question! If i want to reduce it also in Desktopmode, what would the code be? To reduce the padding on left/right/bottom. www.sandfilm.tv/images Big thanks again! Use this new code div#block-yui_3_17_2_1_1583139220076_119897 { padding: 0px !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
Create an account or sign in to comment
You need to be a member in order to leave a comment