Bootstrap is not applied

**My website URL is:**http://spacademy.epizy.com/?i=3

What I’m seeing is:

I’m using this software: file manager

Additional information: I Have coded the web pages using bootstrap but while i open website on mobile phone it doesn’t show in bootstrap whereas i minimize the website in computer to see the effect of bootstrap it works then why it doesn’t work on mobile?

You didn’t apply the important meta tag that makes the website mobile-friendly. Add this in the head tag:

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

And, this is not a problem with the hosting, it’s with your code.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.