Forums Forums Search & Filter Pro Adjust Mobile Styling

Viewing 1 post (of 1 total)
  • Trevor
    #249415

    This should start you off:

    .entry-content .searchandfilter[data-sf-form-id="51428"] ul {
      padding: 0;
    }
    @media (max-width: 980px) {
      .searchandfilter[data-sf-form-id="51428"] li.sf-field-search,
      .searchandfilter[data-sf-form-id="51428"] li[data-sf-field-input-type="select"],
      .searchandfilter[data-sf-form-id="51428"] li > label,
      .searchandfilter[data-sf-form-id="51428"] li > label > select,
      .searchandfilter[data-sf-form-id="51428"] li.sf-field-search label input {
          width: 100%;
      }
      .searchandfilter[data-sf-form-id="51428"] li {
          margin-bottom: 20px;
      }
    }
Viewing 1 post (of 1 total)