Forums Forums Search & Filter Pro SF not working

Viewing 10 posts - 21 through 30 (of 45 total)
  • Trevor
    #239804

    So, you want No and Si next to each other on both fields?

    Anonymous
    #239806
    This reply has been marked as private.
    Trevor
    #239841

    Is this custom CSS what you need?

    .searchandfilter[data-sf-form-id="2275"] > ul > li > ul > li {
        display: inline-block;
        margin-right: 15px;
    }
    Anonymous
    #239843
    This reply has been marked as private.
    Trevor
    #239845

    If your theme has a place for custom code, if not, in Appearance -> Customize -> Custom CSS.

    Anonymous
    #239847
    This reply has been marked as private.
    Trevor
    #239849

    Soemthing more like this then:

    .searchandfilter[data-sf-form-id="2275"] > ul > li > ul > li {
        display: inline-block;
        margin-right: 15px;
    }
    .searchandfilter[data-sf-form-id="2275"] > ul > li > h4,
    .searchandfilter[data-sf-form-id="2275"] > ul > li > ul {
        display: inline-block;
    }
    .searchandfilter[data-sf-form-id="2275"] > ul > li {
        display: inline-block;
        margin-right: 15px;
    }
    Anonymous
    #239851
    This reply has been marked as private.
    Trevor
    #239857

    Is it OK to close this thread now?

    Anonymous
    #239859
    This reply has been marked as private.
Viewing 10 posts - 21 through 30 (of 45 total)