I have a RSS feed I am putting into a row. Is it possible to make add a vertical scroll bar to the row so people can just scroll down to see more RSS feeds?
Hello @waynepatt58,
Thanks for writing in! Yes, it is possible to have a vertical scrollbar. You can edit the page in Cornerstone and click the row settings. Find the “Customize” tab and insert this inline CSS:
max-height: 200px; overflow-y: scroll;

Feel free to adjust the maximum height that may apply to your row for the RSS feed.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.