Forums Forums Search & Filter Pro Search form customize styling

Viewing 4 posts - 11 through 14 (of 14 total)
  • Trevor
    #244504

    Did it fix it? Did you remove that one block of code to leave you with this:

    .sandf-horizontal .searchandfilter > ul {
      margin: 0 auto;
      display: table;
    }
    .sandf-vertical .searchandfilter > ul {
      margin-left: 0;
    }
    .sandf-vertical .searchandfilter > ul > li label,
    .sandf-vertical .searchandfilter > ul > li input,
    .sandf-vertical .searchandfilter > ul > li label select {
      width: 100%;
    }
    .sandf-horizontal .searchandfilter > ul > li label,
    .sandf-horizontal .searchandfilter > ul > li input,
    .sandf-horizontal .searchandfilter > ul > li label select {
      min-width: 225px;
    }
    
    .searchandfilter > ul > li label,
    .searchandfilter > ul > li input,
    .searchandfilter > ul > li label select {
      color: #000;
      border-color: #000 !important;
    }
    .searchandfilter > ul > li.sf-field-submit input {
      background: #e84c3d;
      color: #fff;
    }
    
    blue-form-bg .searchandfilter > ul > li label {
      background-color: blue;
    }
    beige-form-bg .searchandfilter > ul > li label {
      background-color: #f5f5dc;
    }
    .searchandfilter > ul > li input,
    .searchandfilter > ul > li label select {
      background-color: #fff;
    }
    .sandf-horizontal .searchandfilter > ul > li {
      display: inline-block;
      vertical-align: top;
      padding-left: 20px;
    }
    Anonymous
    #244512

    Work! Thank you.

    Trevor
    #244514

    Thanks for getting back to me. I will close this thread for now.

    Anonymous
    #244516

    Ok.

Viewing 4 posts - 11 through 14 (of 14 total)