Skip Navigation

[Resolved] Filters left, results right side of screen

This support ticket is created 6 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by scottC-6 6 years, 5 months ago.

Author
Posts
#958747
Screen Shot 2018-07-30 at 10.05.32.jpg

Hi there,

I'm trying to create filtered search, result show, so all works but somehow the results show vertically under the search box.

I would like the search filter options to stay on the left side of the screen and the results to show on the right side.
Just can't figure out how to get this done.

The website is currently under development but if you need the user/admin I will share.

#958753

Off course - finally i added a support request and I found the solution 😀
I added this is in a div

<div class="row">
<div class="col-sm-4">[wpv-filter-meta-html]</div>
<div class="col-sm-8">[wpv-layout-meta-html]</div>
</div>