Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Larger search box

Tagged: 

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

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

    Thank you

    Trevor Moderator
    #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.

    Art Munson
    #121276

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

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

The topic ‘Larger search box’ is closed to new replies.