Table widths aren't being applied

If you add custom table column widths and the columns aren't willing to budge, add the following line of CSS to your site (here's how): 

table.gv-table-view {
  table-layout: fixed;
}

That will force the columns to respect your width settings.

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