Forums Forums Search & Filter Pro Display search results in two columns

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

    Hey Trevor,

    I’m creating a new Search and Filter on the following page: https://www.regentinterface.com/resource

    As you’ll see there are many “Topics” – and I’d like to put them in two columns to reduce the height of the whole search form. Is this possible? If we can only have 5 columns in total for the Search and Filter, we can probably get rid of “Resource Type”.

    I can get you Admin or SFTP access to the site if needed.

    cheers,
    Jacob

    Trevor
    #274919

    Is this custom CSS what you need?

    .searchandfilter[data-sf-form-id="693"] .sf-field-tag > ul {
        columns: 2;
    }
    Anonymous
    #275144

    Bingo. That worked. Thanks, Trevor!

    Trevor
    #275162

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

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