I have problems using the meta tag width="device-width" because the page loads zoomed in on mobiles.
After checking with the inspector I realized the site container has the "wrong" size on mobiles: even though in the CSS the width is set to 100% (I've also tried "width:auto;") the container is clearly just about 30% wide.
What could be the reason for this problem? Could it be just a missing or some sort of syntax error in the code? Or an issue when loading js modules?
first, make sure you added this line in the head
second could you please share the container class code to figure out what is the main problem