rebeccadob Posted August 9, 2022 Share Posted August 9, 2022 Site URL: https://www.alisonedgar.com Don't know if this is a bug as it worked before, but I'm currently unable to see the whole of my top section on mobile. I've attached screenshots but it may be best to look at the website directly. Does anyone have any suggestions where I may be going wrong? Appreciate any help in advance 🙂 Link to comment
Solution tuanphan Posted August 10, 2022 Solution Share Posted August 10, 2022 (edited) Edit this code @media screen and (max-width: 767px) { .homepage #page section:first-child { min-height:20vh !important; height: 50vh } } to this @media screen and (max-width: 767px) { .homepage #page section:first-child { min-height: unset !important; height: 50vh; margin-top: 5vh; } } Edited August 10, 2022 by tuanphan 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
rebeccadob Posted August 10, 2022 Author Share Posted August 10, 2022 Thank you @tuanphan - just some CSS I didn't realise I had in there. Oops! 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