Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Empty space before form in Views

$
0
0
Empty space, about 7cm, before every form in Views, but only if results are under it.
Firebug shows that this bunch of code cosing that space:
<input type="hidden" value="post_title" name="wpv_column_sort_id" id="wpv_column_sort_id"><br>
<input type="hidden" value="asc" name="wpv_column_sort_dir" id="wpv_column_sort_dir"><p></p>
<p>            <script type="text/javascript">
                function wpv_column_head_click_1(name, direction) {
                    jQuery('#wpv_column_sort_id').val(name);
                    jQuery('#wpv_column_sort_dir').val(direction);
                    wpv_add_url_controls_for_column_sort(jQuery('#wpv-filter-1'));
                    jQuery('form[name="wpv-filter-1"]').submit();
                    return false;
                }
            </script><br>
            <br>
<br>
<input type="hidden" value="1" name="wpv_view_count" id="wpv_view_count-1"><br>
</p><input type="hidden" value="YToxOntzOjQ6Im5hbWUiO3M6MTQ6InRoZXNpcy1kYi1saXN0Ijt9" name="wpv_view_hash" id="wpv_view_hash-1"><input type="hidden" value="0" name="wpv_widget_view_id" id="wpv_widget_view-1"><input type="hidden" value="0" name="wpv_paged_max" id="wpv_paged_max-1">

How can I hide this blank space?
Thank you.


Viewing all articles
Browse latest Browse all 20145

Trending Articles