Mobile Site not working

My site works fine on desktop, but many of my friends have tried the website on mobile. Safari Chrome and Google all don’t work. The whole page is squished together (we have tried zooming out) and some fonts are different. Is there a way to fix this?

1 Like

Try adding the viewport meta tag to your site’s head.

1 Like

Or you can make mobile layouts with @media tags in your css.

https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Responsive Web Design Media Queries - W3Schools

1 Like

Thanks everyone for the help!