Forums Forums Search & Filter Pro Customize the layout of search form and search results

Viewing 4 posts - 31 through 34 (of 34 total)
  • Trevor
    #177199

    Fixed with this:

    .wpt_widget_content .tab-content .searchandfilter ul li.sf-field-reset,
    .wptp_widget_content .tab-content .searchandfilter ul li.sf-field-reset {
      width: 75px;
      display: inline-block;
      margin-right: 50px;
    }
    .wpt_widget_content .tab-content .searchandfilter ul li.sf-field-submit,
    .wptp_widget_content .tab-content .searchandfilter ul li.sf-field-submit {
      width: 75px;
      display: inline-block;
    }
    .wpt_widget_content .tab-content .searchandfilter ul li.sf-field-reset input,
    .wpt_widget_content .tab-content .searchandfilter ul li.sf-field-submit input,
    .wptp_widget_content .tab-content .searchandfilter ul li.sf-field-reset input,
    .wptp_widget_content .tab-content .searchandfilter ul li.sf-field-submit input {
      width: 75px;
      background: #666;
      color: #fff;
    }
    .searchandfilter > ul > li select {
      width: 200px;
    }
    /* the next is 200px-(2*12px padding) - (2*1px border) */
    .searchandfilter ul li.sf-field-search input {
      width: 174px;
    }
    Anonymous
    #177201

    wow, you really are an expert. You do very fast and extremely accurate. Thank you for everything 🙂

    Trevor
    #177217

    Hopefully you can see in this CSS where you can change colors and widths. Is it OK to close this thread for now?

    Anonymous
    #177219

    Yes, everything is clear now. Thanks again 🙂

Viewing 4 posts - 31 through 34 (of 34 total)