Responsive problem

0
Hello all,   I made an mobile app but when i view it in my mobile first time its okay after i try to add some courses so it does not shows me the full screen it just show me half right page not full page :( can any one tell me what is the problem y my page is not as my mob screen?? Thank you in advance
asked
1 answers
1

Hello Nisar,

I assume that you’re using width properties in pixels for some of the items, otherwise everything should scale down.

The other reason why this might happen is if you have one single large DOM object on screen. For example one grid that has multiple large columns which have a defined min-width.

A bit more details on what exactly you’re doing and a screenshot would help us provide more insightful suggestions.

Hope this helps.

answered