Forums Forums Search & Filter Pro Styling issues for Search & Filter plugin

Viewing 10 posts - 1 through 10 (of 11 total)
  • Anonymous
    #267578

    Hello,

    Could you help me with a styling issue.
    I added a doc so that you can understand what are my needs :

    link redacted by @trevorsf

    Thank you,

    Trevor
    #267592
    This reply has been marked as private.
    Anonymous
    #267596
    This reply has been marked as private.
    Trevor
    #267599
    This reply has been marked as private.
    Anonymous
    #267601
    This reply has been marked as private.
    Trevor
    #267620

    I believe this CSS should get you started:

    .et-db #et-boc .et-l .et_pb_module .searchandfilter[data-sf-form-id="1129"] li.sf-field-taxonomy-project_category > ul {
        max-height: 180px;
        overflow: auto;
        margin-left: 0;
    }
    .et-db #et-boc .et-l .et_pb_module .searchandfilter[data-sf-form-id="1129"] li > h4 {
        margin-top: 15px;
    }
    .et-db #et-boc .et-l .et_pb_module .searchandfilter[data-sf-form-id="1129"] li[data-sf-field-input-type="checkbox"] ul input {
        float: left;
        clear: left;
        margin-right: 10px;
        height: 16px;
    }
    .searchandfilter[data-sf-form-id="1129"] li[data-sf-field-input-type="checkbox"] ul label {
        float: left;
        line-height: 20px;
    }
    #et-boc .et-l .searchandfilter[data-sf-form-id="1129"] li[data-sf-field-input-type="checkbox"] > ul > li {
        margin-bottom: 10px;
        display: flex;
    }

    I can’t help you with the sticky widget question, sorry.

    Anonymous
    #267623
    This reply has been marked as private.
    Trevor
    #267635

    I realise that I did not answer the question on Number of Results type of info panel. In Divi, there is not a way to do this that I am aware of, sorry.

    Anonymous
    #267638
    This reply has been marked as private.
    Anonymous
    #267747
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 11 total)