• Resolved haije

    (@haije)


    Hi,

    what is the best way to edit the code to have more than 4 columns? I know that now the max is 4 with checkbox_columns.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    I checked, and the class on the outer HTML is set to ‘wpsl-checkboxes-‘+ your checkbox number.

    The CSS rules in the styles.css from the plugin only go up to 4

    #wpsl-checkbox-filter.wpsl-checkbox-4-columns li {}

    So if you want to style 4 or more, simple add rules for the correct number to the style(s).css inside your active theme folder.

    #wpsl-checkbox-filter.wpsl-checkbox-x-columns li {}

    Replace x with the used amount, and you can change the styling.

    Thread Starter haije

    (@haije)

    Thanks a lot! Great support, great plugin. Will try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘checkbox columns to 5 or more?’ is closed to new replies.