Created
October 25, 2018 20:23
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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