Making your table scroll horizontally

This solution only works on the Table Layout. It doesn't work on other View layouts.

If your table is too wide that it doesn't fit inside your theme's content area, you can choose to make it scroll horizontally.

Add the following styling code ("CSS") to your site (learn how to add Custom CSS):

.gv-table-container {

overflow-x: scroll;

}

After you add the CSS, the table should scroll horizontally and stay within the bounds of your template!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us