user10404269
user10404269

Reputation:

My website is not displaying correctly on mobile

i just uploaded my first website online but it is not displaying the mobile version on my iphone, it is working perfectly on my desktop computer when i try to lower the size of the internet navigator.

any suggestion ?

Upvotes: 0

Views: 262

Answers (1)

id3vz
id3vz

Reputation: 480

Make sure you have next line in the <head></head> tag

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Upvotes: 1

Related Questions