• Resolved jimk1416

    (@jimk1416)


    I have a form that uses fieldset tags and the padding is too much above the checkboxes. Is there some css that will reduce that?

    • This topic was modified 3 years ago by jimk1416.

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

Viewing 1 replies (of 1 total)
  • Thread Starter jimk1416

    (@jimk1416)

    I was able to resolve by using css:

    fieldset legend {
        margin-bottom: 0em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘fieldset padding’ is closed to new replies.