ando_337 Posted September 2, 2022 Posted September 2, 2022 (edited) Site URL: https://gar-grouper-xgll.squarespace.com/ Hello, I would like to have a different banner picture on my coverpage for mobile I tried this code: <style> @media only screen and (max-width: 780px) { #page section:nth-of-type(1) { display: none; } } @media only screen and (min-width: 781px) { #page section:nth-of-type(2) { display: none !important; } } </style> Unfortunately, the first section (desktop banner) is still shown on mobile - why? Also, I want both buttons to be black in the mobile version and to reduce the distance in between them (to make the upper button going further down so it won't touch the house) and to make the line under the logo visible like in the desktop version. And I wonder why there seems to be a shadow box around the logo on mobile view 🤔 Hope you can help me! Edited September 2, 2022 by ando_337 spelling mistake
Solution tuanphan Posted September 4, 2022 Solution Posted September 4, 2022 I see you have 3 banner sections, not 2. You should check it again 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment