Forums Forums Search & Filter Pro Larger search box

Tagged: 

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

    I’d like to be able to widen the search box. Can you please give me the css for that?

    Thank you

    Trevor
    #121180

    In order to make it wider than the default, you would need to give it a fixed width or a % (of the container), like this:

    .searchandfilter[data-sf-form-id="450621"] ul li .sf-input-text {
      width: 125px;
      min-width: 125px !important;
    }

    Where you replace 450621 with your form ID number.

    Anonymous
    #121276

    Thanks Trevor, that did it. Terrific support, as always!

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