Scrolling DIV

Hello! I need help re-creating this scrolling div from this website: https://elevationchurch.org/locations/. Basically, I want to re-create the location scroll on the left side. How can I do that with Pro Theme?

Thanks!
Chloe

Howdy, @crosstownalliance! Thanks for writing in…you could utilize our Div Element which is sort of a low-level generalized Element that can be used for utility situations like this. If you add the Div Element to your page, you’ll find its Overflow controls under the Setup control group, which you could set like so to start working towards that design:

auto is typically preferred over scroll as it will only force a scrollbar if one is needed. Now, you’ll need to do a bit more setup with the Div inside your Rows / Columns or Grids / Cells (however you’re structuring your page) to get the height to stop at the edge of the screen, but that will all be dependent on your design in how you want to move forward with that.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.