Show desktop facets on mobile

If you want faceting on mobile to behave almost like on a desktop, use this code on the search results page

<div id="findify_results" style="min-height: 400px;" data-findify-config='{"isMobile": false}'>
	<div class="findify-component-spinner"></div> 
</div>