If you use Hostinger Website Builder and want to disable the mobile view in order to show the same desktop version on all devices, do the following 👇
Copy the code below:
<meta name="viewport" content="width=device-width, initial-scale=0.1" />
Within the builder, go to your website's Settings → Integrations, and paste the code in the Custom code field. Then, save the changes and update your website.
The change won't be visible when previewing the website in the builder or simulating a mobile view with the help of browser dev tools. The result will only be visible when accessing the site via an actual mobile device 💡