Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro SF not working

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

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

    Sebastiano Pasquini
    #239806
    This reply has been marked as private.
    Trevor Moderator
    #239841

    Is this custom CSS what you need?

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

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

    Sebastiano Pasquini
    #239847
    This reply has been marked as private.
    Trevor Moderator
    #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;
    }
    Sebastiano Pasquini
    #239851
    This reply has been marked as private.
    Trevor Moderator
    #239857

    Is it OK to close this thread now?

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

The forum ‘Search & Filter Pro’ is closed to new topics and replies.