My site has horizontal scroll bar on mobile. To fix issues like this what skills and/or tools do I need to learn? I only know basics of html and css but that's not enough... I want to learn but not sure what I need.
Thanks
not2easy
8:47 pm on Jan 29, 2020 (gmt 0)
Many browsers offer webmaster tools that can help you determine what is causing the width issue. Firefox offers several, AFAIK Chrome does also. I use FF Web Developer Tools and FireBug, both help by highlighting coding in selected areas to show you the css involved.
Another idea is to visit W3's tools: [jigsaw.w3.org...] and it can create a report of any issues you may want to fix.
tangor
5:22 am on Jan 30, 2020 (gmt 0)
If the browser is throwing a horizontal scroll in either aspect (portrait or landscape), your site is not truly responsive. If your presentation (such as huge images) is out of sort explore the auto functions in css. If you are using expressed pixels et al, switch to percents or em.
FF and some other browsers have development tools that allow you to view your site in various mobile viewport sizes.
Explore the topic of RWD and make any changes necessary ... and in the end have a leaner, faster loading website that users can enjoy!
karlsult7
10:22 am on Apr 25, 2020 (gmt 0)
Thanks, I fixed the issue but forgot exactly what I did.
lucy24
5:46 pm on Apr 25, 2020 (gmt 0)
I fixed the issue but forgot exactly what I did.
Raise your hand if nothing like this has ever happened to you.
:: looking around at entire absence of visible hands ::