to adapt an html site to mobile or smartphone screen

marc-antoine yonga 81 Reputation points
2021-11-22T06:15:44.923+00:00

Hello,

I develop an html site and my site is not much visible on mobile phones, the texts are smalls and the body screen is not adjusted.

I'm trying to use the viewport meta balise but there is no change, the texts are smalls and the body screen is not adjusted.

See my tries with viewport :

<meta name="viewport" content="width=device-width, initial-scale=1, target-densitydpi=device-dpi" />
<!-- <meta name="viewport" content="width=1020" /> -->
<!-- <meta name="viewport" content="initial-scale=0.8, zoom=10%, width=device-width, target-densitydpi=high-dpi" /> -->
<!-- <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" /> -->

So what can I do to adjust my site to the mobile or smartphone !?

the site is www.jobersplace.com.

thanks you.

marc-antoine

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
{count} votes