Website Building » Wix » How Do I Add a Horizontal Scroll in Wix?

How Do I Add a Horizontal Scroll in Wix?

Last updated on January 7, 2023 @ 4:24 am

Adding a horizontal scroll to your Wix website is a great way to add more content without taking up too much space. To add a horizontal scroll, simply add the following code to your Wix website:

<div style="overflow-x:auto;">
<p>This is some text that will be horizontally scrolled. </p>
</div>

You can also use CSS to style your horizontal scroll. To do this, simply add the following code to your Wix website:

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.

<style>
  div.scroll {
  overflow-x:auto; }
</style>
<div class="scroll">

This is some text that will be horizontally scrolled. This code should work as expected, but keep in mind that you may need to adjust the styling to fit your specific needs and preferences.

PRO TIP: Adding a horizontal scroll is a great way to add more content without taking up too much space on your Wix website. You can use HTML or CSS to achieve this effect.
Morgan Bash

Morgan Bash

Technology enthusiast and Co-Founder of Women Coders SF.