Skip to content

Instantly share code, notes, and snippets.

@zackkatz
Created October 25, 2018 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackkatz/45d869e096cd5114a87952d292116d3f to your computer and use it in GitHub Desktop.
Save zackkatz/45d869e096cd5114a87952d292116d3f to your computer and use it in GitHub Desktop.
GravityView - Use the legacy Table layout stylesheet without any responsive layout styles, from before GravityView 2.1
<?php
// Add this to your functions.php file
add_filter( 'gravityview/template/table/use-legacy-style', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment