I'm working in Bootstrap Studio and can't seem to fix this stupid problem.
I saw everybody suggesting that i should just add meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" to the < head>, but unfortunately, i am unable to edit that part of the code because its locked in BootStrap Studio.
But i did see this in my code:
< head> < meta charset="utf-8" /> < meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" /> . . . </ head>
Is there any way of removing this shrink-to-fit=“no” tag in Bootstrap Studio without exporting? If not is there a good tutorial on exporting from BootStrap Studio because when i tried doing it ruined everything. Thanks!