How to avoid horizontal scroll on mobile with responsive web design. That web design is okay on web server. But not in mobile. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to avoid horizontal scroll on mobile with responsive web design. That web design is okay on web server. But not in mobile.

I have developed a web application in which it is okay with desktop and laptop. but when it comes to mobile section then horizontal scroll is coming. so how to remove that part. help me.

8th Sep 2017, 6:42 AM
Anuranjan Kumar
Anuranjan Kumar - avatar
3 Answers
+ 1
Normally you would get solution quickly, if you could share your code.
8th Sep 2017, 6:49 AM
Calviղ
Calviղ - avatar
+ 1
'Responsive' mean 'adaptative'... Your design isn't still responsive if it doesn't right adapt on mobile, so you have to make it responsive to be << okay >> everywhere (in addition, << on web server >> is non-sense, as web server are not used to display pages but only to answer to request by sending pages to user side -- ie: user desk/laptop and/or mobile device). Anyway, scrollbars is a kind of adapted design, and could be a way to make a page responsive... but if that's not what you're expect, you should post your specific case code, as there are many solutions less or more well suited to do that, and you must describe what behaviour you're expected for the mobile view instead of the scroll bars added @@
8th Sep 2017, 7:27 AM
visph
visph - avatar
0
@Calvin can you share your mail.
8th Sep 2017, 7:19 AM
Anuranjan Kumar
Anuranjan Kumar - avatar