Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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