Split screen or strip scrolling

Is there a way of splitting the the screen or preferably a strip so that colum 1 on the left remains static eg used for a custom menu whilst column 2 will allow you to scroll up or down to display its content?

1 Like

Do you want to change column 2 content while scrolling up or down but column 1 should remain static? If you add code you can change background in column 2 while hitting hiddens elements on your page and use the onViewPortEnter and onViewPortLeave functions.

Take a look at this example https://admin29320.wixsite.com/backend-database/blank

I have created four strips here and on the left I want the black two columns to take up the whole page (both on tablet and desktop) while the blue column will move up and down and show the site content.

Ideally I would like to be able to lock those two black columns in place so when the viewer scrolls down to the bottom of the page the black columns will follow but remain the same height as the screen in order to show the text (custom built menu). Alternativly (which I dont think will be too pleasing) is to have the text (collated in a box) to follow the screen up and down so its allways in view, basicall exactly like a frozen header only vertical

Hi, I would like to have one strip that stays visible and while other scroll below it. Is it possible?
I need to make a kind of table where the headings remains visible, but the information in the columns can be scrolled.

Hi Wenifede,
Search in the forum, there are a lot of threads about it.
Roi.

Hi there. I’ve taken a look through the forum, and nothing comes up in my search. Do you have any helpful leads on where to look, or what terms I should use for my search?

Has anyone here come across a solution?

It’s possible in desktop view only. Not in mobile view.
You can pin-to-screen the element you want (it doesn’t work with strips, but you can use other elements instead)
Right click on the element and the Pin to Screen.

Hey, I still didn’t find the solution in forum, I would like to have a split screen compose of 2 columns vertical.
On the left side, one column (vertical) fix. (image stay/fix)
On the right side, one column that I can scroll. (text scroll)

If I pin-to-screen the image, it’s works but the problem is that the image come above the footer (even if the footer is fix). I try to find with up and down element but it’s still doesn’t work.
So I think pin-to-screen isn’t the solution adaptable.

Please, if you have any solution,
Thank you

anyone have a solution for this?

Still searching a solution for this!

This is an old thread.
Now you can easily do it with Editor X.
If you’re not using editor X, you’ll have to create your own elements in a Custom Element (you’ll have to write the html, css and scripts). You should consider switching to Editor X if you prefer the easy way.