Forums Forums Search & Filter Pro How to set up .input to stay below the filter fields

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #241925
    This reply has been marked as private.
    Trevor
    #241947

    We can deal with the full width search button after the dropdown issue. The problem is that the last field is a combobox, and so it is using the Choden combobox script, which re-styles the selector. To fix this needs a few steps and changes.

    See this post for the explanation and steps need for you to take:

    https://support.searchandfilter.com/forums/topic/configure-harvesthq-in-elementor-pro/#post-238775

    This CSS would make the button full width:

     .searchandfilter[data-sf-form-id="3984"] li.sf-field-submit,
     .searchandfilter[data-sf-form-id="3984"] li.sf-field-submit input {
       width: 100%;
     }
Viewing 2 posts - 1 through 2 (of 2 total)