davidgitlin 0 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 post
0 tuanphan 8,952 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; } } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
davidgitlin 0
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 post
Top Posters For This Question
1
1
Popular Days
Aug 7
1
Aug 8
1
Top Posters For This Question
davidgitlin 1 post
tuanphan 1 post
Popular Days
Aug 7 2020
1 post
Aug 8 2020
1 post
Posted Images
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment