• Resolved alanah

    (@alanah)


    Hi,

    The checkbox input option shows the checkboxes all on the same line. How do you put each checkbox on its own separate line?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter alanah

    (@alanah)

    I figured a workaround and used this in the form/styling css box of the plugin:

    #box-extra_add_ons > label:nth-child(3), #box-extra_add_ons > label:nth-child(4) { display: block; }

    Change box-extra_add_ons to whatever your class is named. It will be different from mine.

    Hi,

    yes these little design changes can be manage by little css.

    Thanks for sharing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you add a line break to the checked-box input option?’ is closed to new replies.