Forums Forums Search & Filter Pro How to set up scrolling checkboxes

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #32245

    I was wondering how to set up checkbox options for ‘post meta’ in a fixed height scrolling frame like ‘genres’ on the movies demo page here:

    http://demo.designsandcode.com/sfpro-movie-reviews/

    I have them set up as a regular vertical list of checkboxes however I can’t find the option to have them shown inside the scrolling frame.

    Thank you.

    Ross Moderator
    #32300

    Hey John

    This was actually just a bit of custom CSS I added:

    .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] > ul, .searchandfilter > ul > li[data-sf-field-input-type="radio"] > ul {
        max-height: 150px;
        overflow: auto;
    }

    Thanks!

    Anonymous
    #32372

    Thank you – that works perfectly.

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