Forums Forums Search & Filter Pro Search Form – Columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #252198

    Hi, thanks for your help earlier. For this page and form:
    https://holly.undermywing.org.uk/test-rehoming-points/

    Is it possible to show the form in a more compact view i.e. a column on the left for the “Collection sites with hens available” then a column to the right of that for the “Date heading” filter?

    I’ve tried some CSS options and I’ll change the date filter display to inline to move the second date field up a but, but could that whole date filter section be moved to the right of the “Collection sites with hens available” area?

    Thanks!

    Trevor
    #252266

    Maybe this:

    .searchandfilter[data-sf-form-id="22914"] > ul > li {
    	display: inline-block;
    	vertical-align: top;
    	padding-right: 20px;
    }
    .searchandfilter[data-sf-form-id="22914"] .sf-field-reset {
        display: block;
    }
    Anonymous
    #252286

    That’s great – thank you. I’ll be able to tweak it from there.

    Trevor
    #252288

    Thanks for letting me know. I will close this thread for now.

Viewing 4 posts - 1 through 4 (of 4 total)