mportch Posted December 29, 2023 Share Posted December 29, 2023 Hi, How do I prevent the gaps showing in mobile view when there are 2 columns of text in desktop view? https://www.mattportch.com/awards https://www.mattportch.com/exhibitions Link to comment
tuanphan Posted December 30, 2023 Share Posted December 30, 2023 With Exhibitions try this CSS code @media screen and (max-width:767px) { div#page-section-5eba3efced52bb11d9eb73fb .html-block { padding-top: 0px !important; padding-bottom: 0px !important; } div#page-section-5eba3efced52bb11d9eb73fb .html-block p:empty { display: none; } } mportch 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!) 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