sskkkkk Posted March 12, 2020 Share Posted March 12, 2020 Site URL: https://www.agbeducation.com.sg I realised that there is a scrollbar at the bottom for the mobile view. How to make it invisible and fix the mobile view width? Thanks Link to comment
tuanphan Posted March 12, 2020 Share Posted March 12, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { html, body { overflow-x: hidden; } } 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
sskkkkk Posted March 12, 2020 Author Share Posted March 12, 2020 Thank you so much @tuanphan! 😄 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.