# Scroll separatelyon one page

**URL:** https://forum.readymag.com/t/scroll-separatelyon-one-page/3685
**Category:** Custom code
**Created:** [October 9, 2024, 3:19pm UTC](https://forum.readymag.com/t/scroll-separatelyon-one-page/3685 "2024-10-09T15:19:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Pascal\_Fischer](https://avatars.discourse-cdn.com/v4/letter/p/f4b2a3/32.png) [@Pascal\_Fischer](https://forum.readymag.com/u/Pascal_Fischer)
#### Post date: [October 9, 2024, 3:19pm UTC](https://forum.readymag.com/t/scroll-separatelyon-one-page/3685/1 "2024-10-09T15:19:00Z")

</div>

Hi,  
I want to scroll differently on one page. Lets say one part of the page is Text with pictres and right part is just pictures and i want to scroll the two different sides separately. How can i do that?

Here is an example of what i mean:

> **[Louis Gervais Arkitekt MNAL](https://lervais.com)**
>
> cargo.site

Thanks for the help!  
Pascal

---

<div class="post-metadata">

### Author: ![Maria\_Gonzalez](https://sea1.discourse-cdn.com/flex015/user_avatar/forum.readymag.com/maria_gonzalez/32/2488_2.png) [@Maria\_Gonzalez](https://forum.readymag.com/u/Maria_Gonzalez)
#### Post date: [October 10, 2024, 11:13am UTC](https://forum.readymag.com/t/scroll-separatelyon-one-page/3685/2 "2024-10-10T11:13:40Z")

</div>

Hi, I am also interested in getting this done. I have a button on each of my project pages to see more info about the projects and it works like a lateral page like in this website ([https://advance-copy.com](https://advance-copy.com)) but I can’t manage to get each part to scroll independently. I think it has to do with overflow: scroll but I can’t make it work.

---

<div class="post-metadata">

### Author: ![neueMeta](https://sea1.discourse-cdn.com/flex015/user_avatar/forum.readymag.com/neuemeta/32/92_2.png) [@neueMeta](https://forum.readymag.com/u/neueMeta)
#### Post date: [October 12, 2024, 10:45am UTC](https://forum.readymag.com/t/scroll-separatelyon-one-page/3685/3 "2024-10-12T10:45:14Z")

</div>

this is only possible with some custom code. You would need to at least manually set up one scrollcontainer with its content in pure html/css.  
So in a customcode widget, design your content, then fix it inside Rm and let it be scrollable with overflow: scroll.
