Changing search form style from horizontal to vertical
This article is outdated; you can now set Horizontal or Vertical layout configurations when configuringĀ the Search Bar. The code below does still work.
GravityView displays search fields horizontally by adding a CSS class
.gv-search-horizontal to the search container. To remove this styling, you can add this code to your theme’s functions.php file:
add_filter('gravityview_search_class', '__return_null');You can also use the plugin attached below: