Copper00 Posted November 30, 2022 Share 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 Link to comment
tuanphan Posted December 1, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Copper00 Posted December 1, 2022 Author Share 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... Link to comment
tuanphan Posted December 2, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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