Hey somebody help.. If I code a web in the computer. The output is Kul.... But when I check the output on my phone it is chaos. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Hey somebody help.. If I code a web in the computer. The output is Kul.... But when I check the output on my phone it is chaos.

what makes the output in desktop same as in phone

24th Feb 2017, 3:59 PM
Emmanuel Allan
Emmanuel Allan - avatar
10 Answers
+ 5
you have to tell the css to look different. when the screen size is less than x do this. this will require a lot of redoing to make it look pretty but its worth it. you can get a web site responsiveness tester. if you use google chrome. look it up in the chrome store. little rusty on it. I have to look it up but... @media screen(max-width= 480 px){ all your new css } I would double check that @media tho. im like 40% positive thats correct :/ hope this helps!!!!!
24th Feb 2017, 4:54 PM
Michael Szczepanski
Michael Szczepanski - avatar
+ 5
Yes media queries are very important. As you've asked this question, I strongly recommend that you check "responsive websites" after the fact. This will help you in the future 100%.
24th Feb 2017, 7:34 PM
Mark Foxx
Mark Foxx - avatar
+ 4
@Mike thanks
25th Feb 2017, 4:50 PM
Emmanuel Allan
Emmanuel Allan - avatar
+ 3
@michael thanks
25th Feb 2017, 5:54 AM
Emmanuel Allan
Emmanuel Allan - avatar
+ 3
thanks @mark
25th Feb 2017, 5:54 AM
Emmanuel Allan
Emmanuel Allan - avatar
+ 3
@michael can u do me a favour.... can you go to my codes and check out " whatsapp " and tell me Wea the problem is
25th Feb 2017, 6:15 AM
Emmanuel Allan
Emmanuel Allan - avatar
+ 3
Use CSS @media queries to make your website responsive, so that your website will look great on both mobile & desktop devices
14th Mar 2017, 4:18 PM
Digital Saurav
Digital Saurav - avatar
+ 2
@Gintare Kon.....thanks alot
14th Mar 2017, 2:35 PM
Emmanuel Allan
Emmanuel Allan - avatar
+ 1
@media screen and (max-width:(num)px){ css } try that instead. ^^this works for my stuff if that is what you are referring to.
25th Feb 2017, 6:33 AM
Michael Szczepanski
Michael Szczepanski - avatar
+ 1
you should learn about responsive design ;)
14th Mar 2017, 2:20 PM
Gintare Kon
Gintare Kon - avatar