Forums › Forums › Search & Filter Pro › Don’t need plugin
- This topic has 6 replies, 2 voices, and was last updated 4 years, 1 month ago by Trevor.
Viewing 7 posts - 1 through 7 (of 7 total)
-
Anonymous(Private) October 5, 2020 at 2:29 pm #261881
Hi Trevor thank you. I do like the plugin and have got it to work but it doesn’t look great.
https://myindex.org/organisation/
If you have any css codes I can use that would be great.
Trevor(Private) October 5, 2020 at 3:05 pm #261894Do you have a sketch (image) of what it needs to look like? You would need to upload the screenshot image(s) to a file sharing site (like the WordPress Cloudup site, Google Drive, Weshare, Dropbox, etc) and share the link with me.
Or, if you have another form (not from our plugin) on your website that it needs to mimic?
Trevor(Private) October 7, 2020 at 11:51 am #262166I would use custom CSS like this:
.searchandfilter[data-sf-form-id="5532"] li[data-sf-field-input-type="select"] select { min-height: 52px; } .searchandfilter[data-sf-form-id="5532"] > ul > li, .searchandfilter[data-sf-form-id="5532"] li[data-sf-field-input-type="select"] select, .searchandfilter[data-sf-form-id="5532"] li.sf-field-search input { min-width: 270px; } .searchandfilter[data-sf-form-id="5532"] > ul > li { padding: 0 5px 0 0; } .searchandfilter[data-sf-form-id="5532"] > ul > li:last-child { padding: 0; } .searchandfilter[data-sf-form-id="5532"] > ul { display: table; margin: 0 auto 10px; }
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)