Having an issue in Bootstrap Studio that I can't seem to resolve.
I've seen recommendations to add the following meta tag to the <head> section: meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0", but I'm unable to edit that part of the code as it's locked in BootStrap Studio.
However, I did notice 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 a way to remove the shrink-to-fit=“no” tag in Bootstrap Studio without exporting? If not, is there a good tutorial on exporting from Bootstrap Studio because my previous attempts have caused issues. Thanks!