# 3-Column Horizontal Scroll Repeating Group

## Overview

Custom horizontal scroll repeating group that is fully-responsive and scrolls off-screen. Ideal for displaying blog posts, videos, and articles. This module includes an image, small gray text, title text, and a link.

![](/files/-LcJq2PlD75dFWKQCa_g)

## Structure

* When this module is added to a page, it is placed within a group called `Group page860Group` on the page. This group contains the responsive settings for all modules.
* All data is displayed in `RepeatingGroup 860-3Column`

## How to set up

* Update the data source of `RepeatingGroup 860-3Column`
* Update the data source of the image and texts
* Remove any elements in the module that you do need&#x20;

## Hide scroll bar

* You can hide the repeating group scroll bar by adding the following code to the page HTML header:

{% hint style="info" %}
Custom page HTML headers are only applied to apps that are on a Personal Plan. If you are not on a Personal Plan, you can simply add the following script in an html element and put it towards the top of the page.
{% endhint %}

`::-webkit-scrollbar {`\
&#x20; `width: 0px;`\
&#x20; `height: 0px;`\
`}`\
`::-webkit-scrollbar-button {`\
&#x20; `width: 0px;`\
&#x20; `height: 0px;`\
`}`\
`::-webkit-scrollbar-thumb {`\
&#x20; `background: transparent;`\
&#x20; `border: 0px none;`\
&#x20; `border-radius: 0px;`\
`}`\
`::-webkit-scrollbar-thumb:hover {`\
&#x20; `background: transparent;`\
`}`\
`::-webkit-scrollbar-thumb:active {`\
&#x20; `background: transparent;`\
`}`\
`::-webkit-scrollbar-track {`\
&#x20; `background: transparent;`\
&#x20; `border: 0px none;`\
&#x20; `border-radius: 0px;`\
`}`\
`::-webkit-scrollbar-track:hover {`\
&#x20; `background: transparent;`\
`}`\
`::-webkit-scrollbar-track:active {`\
&#x20; `background: transparent;`\
`}`\
`::-webkit-scrollbar-corner {`\
&#x20; `background: transparent;`\
`}`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airdev.co/canvas-pages-and-modules/master-1/modules/3-column-horizontal-scroll-repeating-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
