Forums Forums Search & Filter Pro Styling Search Form

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #186807

    Hi,
    I turned my search form horizontally. Now I would like to change the length of the input search field because it is too short.
    Which CSS class should I use?
    Thank you.

    Trevor
    #186828

    Something like this:

    .searchandfilter .sf-field-search input,
    .searchandfilter .sf-field-search label {
      max-width: 100%;
      width: 100% !important;
    }

    Or set the width setting to a pixel width of your choice.

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