Make contents in one column scrollable

Hi,

I have a page on my site that has 2 columns, The one column contains tours for the next year approx 12. I’d like to make the contents within this column (the different tours) scrollable while the column on the right is stationary.

Is there a way to do this?

Hi Nicholas,

Thank you for reaching out to us. Yes that can be achieved with custom CSS, please add the following code in the Element CSS of your column:

$el {
  max-height: 300px;
  overflow-y: auto
}

Hope this helps!

Hello Nicholas,

Your reply has been withdrawn. Is your issue resolved already? If you need anything else we can help you with, don’t hesitate to open another thread.

Thanks.

Yes, you have helped me 100% Thank you so much for the quick and informative reply.

We are delighted to assist you with this.

Cheers!

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