Do you mean you want to display the filters in a column to the left, with the results on the right?
If that's the case, you should know that at the bottom of the View is an Output Editor which contains two shortcodes. The first, wpv-filter-meta-html, outputs the markup for the search filters, while the second, wpv-layout-meta-html, outputs the markup for the results.
That Output Editor is an HTML editor, so you can add whatever markup you like to that editor. So if you have Bootstrap enabled, for example, you can split the filters and results into columns with something like
You can an alternate to the Bootstrap grid (hidden link). Also you will likely want to edit the markup for the search filters so that they reflect the lesser width available in the left column.