- This topic has 3 replies, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Columns and Grids
Tagged: columns
Good afternoon,
Was wondering if there was a way to list the checkboxes of locations on my search form in multiple columns vs one? In addition, to have the search results appear in a grid (two-three columns)? Link to sample search below. Thank you in advance for your support.
http://nvk.1f1.myftpupload.com/senior-housing-search-form
With regard to the form, this would probably do that:
.sf-field-taxonomy-portfolio_category > ul {
columns: 3;
}
You would need a custom template to maek the results into columns, or use the free Post grid plugin, as shown here:
https://searchandfilter.com/documentation/3rd-party/post-grid/
Thanks Trevor! That worked perfect! One other quick question, and please feel free to redirect me if this question has already been answered. How do I add a link on the search results page, to go back to the search page? Example, the search results from this page, http://nvk.1f1.myftpupload.com/senior-housing-search-form/ end up on http://nvk.1f1.myftpupload.com/search-results/. Is there any way to add a link or button on the search result page so a user can go back to the search form page? Thank you so much again for your support.