• Is it possible to place checkboxes or radio buttons below the value, rather than to the left side?

    Thanks in advance!

    The page I need help with: [log in to see the link]

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

    (@bgermann)

    Just use your browser’s CSS view (right click on element and inspect) to find out about its CSS values. The most important for this kind of thing is display.

    The following rule from customizr theme interferes here: input[type="checkbox"], input[type="radio"] {display: inline-block;}

    Thread Starter dormaj

    (@dormaj)

    None of the {display: options that are exposed do it. Thanks anyway!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Radio Buttons below the ‘value’ (not besides it)’ is closed to new replies.