resinworks Posted December 28, 2020 Share Posted December 28, 2020 Site URL: https://www.resin-works.com/whatisresinbound Hi. I have a website with text in three columns that looks fine when viewed on a computer but when viewed on a mobile, it adds an extra line space where the columns would have ended, so there is an extra line space after paragraph 3 and paragraph 8. I'd imagine that I need to take the padding off the bottom of the text box, but I'm not sure how to get into the coding in order to do that. Any help would be much appreciated. Thanks Link to comment
tuanphan Posted January 3, 2021 Share Posted January 3, 2021 Add to Home > design > custom CSS /* mobile extra spacing */ @media screen and (max-width:767px) { div#page-5f789e13c0d2cc549fabcbc9 .html-block { padding-bottom: 0 !important; padding-top: 0 !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
resinworks Posted February 3, 2021 Author Share Posted February 3, 2021 Thank you very much 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