Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The solution is to use a CSS rule to format the display. The general method for making a vertical list is to set the “label” tag to display as a block…something like:

    .pdb-signup label {
       disaply: block;
    }

    You’ll need to change that depending on your particular situation.

    Thread Starter eutaw

    (@eutaw)

    Thanks very much for your response. I added the styling to custom css and it still lists the check boxes horizontally. Just to be sure I have the label correct…..is the label the name field or the title field? I actually tried both and neither resulted in a vertical list. I appreciate your help.

    Plugin Author xnau webdesign

    (@xnau)

    Yes, well, I mentioned that you may need to modify it for your situation, I can’t anticipate the exact code you’ll need. Keep working on it, it will work if you get the selector right.

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

The topic ‘Listing values for mutiselect checkbox vertically’ is closed to new replies.