Guest Posted August 7, 2020 Share Posted August 7, 2020 Site URL: https://www.cetoolsinc.com/ I used css to hide our desktop view banner on mobile with this: @ media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1594327207338_34326 {display: none;} But now there's blank space above the mobile banner, where the desktop banner would be if it wasn't hidden, seen in the picture below. Does anyone know how to fix this? Link to comment
tuanphan Posted August 8, 2020 Share Posted August 8, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { section#new-page-5>div { padding-top: 0; } } 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