All Collections
Website Builder
Integrations
Website Builder: How to Disable the Mobile View
Website Builder: How to Disable the Mobile View

Learn how to show the desktop view instead of the mobile view on mobile devices

Updated over a week ago

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 SettingsIntegrations, 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 💡

Did this answer your question?