Forums Forums Search & Filter Pro Basic field styling

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #209348

    Hi,

    Do you have a basic guide to custom styling of the search fields/form i.e. spacing between fields, alignment (vertical, horizontal) etc?

    Many thanks

    Trevor
    #209351

    We do not, as every theme and site needs different style, so what it looks like out of the box is intentionally basic and often will inherit theme CSS. This search will find some snippets:

    https://support.searchandfilter.com/forums/search/.searchandfilter+custom+css/

    If you show me what you have, and what you want, I can guide you (preferably live examples).

    Anonymous
    #209379
    This reply has been marked as private.
    Trevor
    #209415

    This basic css would give you the basis for that:

    .searchandfilter > ul > li {
      display: inline-block;
      margin-right: 20px;
      float: left;
    }
    .searchandfilter > ul > li:last-child {
      margin-right: 0;
    }
    Anonymous
    #209423
    This reply has been marked as private.
    Trevor
    #209427

    You may need to add it in the standard WordPress Appearance Customiser Custom CSS page instead.

    Anonymous
    #209436
    This reply has been marked as private.
    Trevor
    #209459

    Is the code in place right now (but obviously not working)?

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