Website Building » Wix » How Do I Turn Off Scrolling in Wix?

How Do I Turn Off Scrolling in Wix?

Last updated on January 8, 2023 @ 11:46 am

There are multiple ways to turn off scrolling in Wix. One way is to go to the settings tab and click on the “Page Layout” option.

From there, you can uncheck the “Enable Page Scrolling” option. This will disable scrolling on all pages.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

Another way to turn off scrolling is to add a code snippet to your site. To do this, go to the “Add Code” tab and paste the following code into the box:

PRO TIP: If you are using the Wix platform to create a website, you may want to disable scrolling in order to keep your visitors from leaving your site. This can be done by going to the “Settings” tab and then selecting “Site Management.” From here, you will want to select the “Advanced” option and then scroll down to the “Page Settings” section. Here, you will want to check the box next to “Disable Scrolling.” Once you have saved your changes, scrolling will be disabled on your website.
<!-- Disable Page Scrolling -->
  <style>
    html { overflow: hidden; }
  </style>

This will disable scrolling on all pages of your site. You can also add this code snippet to specific pages by adding it to the “Page Code” section of those pages.

Yet another way to turn off scrolling is by using CSS. You can add the following CSS code to your site:

html { 
 overflow: hidden; }
Dale Leydon

Dale Leydon

Sysadmin turned Javascript developer. Owner of 20+ apps graveyard, and a couple of successful ones.