Forums Forums Search & Filter Pro CSS Snippets

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #272266

    Hello,

    I’m using a custom display type and it’s not exactly easy on the eyes. Is there any sort of collection of css snippets that can be used to customize the form?

    Anonymous
    #272267
    This reply has been marked as private.
    Trevor
    #272305

    This CSS would add the scrollbar to all checkbox lists in your form:

    .searchandfilter[data-sf-form-id="4498"] li[data-sf-field-input-type="checkbox"] ul {
        max-height: 180px;
        overflow: auto;
    }

    There are many CSS snippets on our forum:

    https://support.searchandfilter.com/forums/search/data+form+sf+id+searchandfilter

    I do sometimes provide these, if I have the available time (but I am rather busy at the moment, sorry).

    Anonymous
    #272519

    Thank you for the prompt reply, Trevor!

    That code worked like a charm. I’ll see if I can find the rest of what I need in the forums.

    Cheers,
    Nick

Viewing 4 posts - 1 through 4 (of 4 total)