Forums › Forums › Search & Filter Pro › Template also for the search
Tagged: V3
- This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago by Anonymous.
Viewing 7 posts - 1 through 7 (of 7 total)
-
Trevor(Private) April 10, 2020 at 10:39 am #239656
I might have used this CSS:
.searchandfilter[data-sf-form-id="289"] { display: table; margin: 0 auto } .searchandfilter[data-sf-form-id="289"] > ul { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; width: 100%; } .searchandfilter[data-sf-form-id="289"] > ul > li { -webkit-column-break-inside: avoid; -moz-column-break-inside:avoid; -moz-page-break-inside:avoid; page-break-inside: avoid; } .elementor-widget-container .searchandfilter[data-sf-form-id="289"] ul li { margin-bottom: 0; }
To avoid the use of absolute, left and top in your css. Also, this should be restricted using a media query to desktop screen widths.
In V3 (due soon), we will allow you to place individual fields within your theme or page builder blocks or templates.
Please note that we are now into an extended public holiday weekend (Friday to Monday inclusive) here in the UK. We may be working for some of this period, but replies may be delayed at times.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)