Copper00 Posted November 30, 2022 Posted November 30, 2022 How do I decrease the spacing at the top and bottom of the line? It's perfect on the desktop version, but spacing is excessive on mobile. Thanks. Website
tuanphan Posted December 1, 2022 Posted December 1, 2022 Add to Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1669519667273_13576 { margin-top: 0; padding-top: 0px !important; padding-bottom: 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!)
Copper00 Posted December 1, 2022 Author Posted December 1, 2022 59 minutes ago, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1669519667273_13576 { margin-top: 0; padding-top: 0px !important; padding-bottom: 0px !important; } } Better, but still lots of air. See attached...
tuanphan Posted December 2, 2022 Posted December 2, 2022 Use this new code @media screen and (max-width:640px) { .extra-wrapper.page-header .horizontalrule-block:first-child { margin-top: 0 !important; padding-top: 0px !important; padding-bottom: 0px !important; } section#page { padding-top: 0px; } } Copper00 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment