Forums Forums Search & Filter Pro Align horizontal checkboxes in the center of the search form

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #189713

    Hi,

    Managed with zero knowledge to style the search form on my website. But 1 thing I don’t get working. My checkboxes are horizontal but I want them to be aligned in the center. Which custom CSS would I need for that?

    You can see my search form via: https://veganspot.nl/

    Trevor
    #189751

    Is this something like what you want:

    #search-filter-form-582 > ul > li[class^='sf-field-taxonomy-'] {
        margin: 0 auto;
        display: table;
    }
    Anonymous
    #189766

    Thanks Trevor! That works like a charm

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