Teighan Posted September 20, 2021 Share Posted September 20, 2021 Site URL: https://www.tlhmua.com.au I seem to have this mobile only problem - and can confirm it happens on both android and iphone devices. For some reason the mobile version adds this white space and some of the scaling doesn't quite work (e.g. text gets cropped out). I have implemented custom CSS but I haven't done anything regarding the width/height of the site - only the background gradient, font colour changes and font size adjustments. I'm aware I'll probably need to add some css that scales properly on mobile regarding the font size because of my custom css so if I could get help with that as well that would be great. I have also attached how the site doesn't scale the navigation links that appear at the bottom of each portfolio section. e.g. at the bottom of this page: https://www.tlhmua.com.au/services/hair-makeup Appreciate your help! Link to comment
tuanphan Posted September 22, 2021 Share Posted September 22, 2021 #1. Add to Design > Custom CSS html, body { overflow-x: hidden; } #2. Use this CSS /* pagination titles */ @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 1.2rem !important; } } 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
Teighan Posted September 24, 2021 Author Share Posted September 24, 2021 (edited) Legend as always Tuan, thanks for your help. Worked perfectly. Edited September 24, 2021 by Teighan typo 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