• I may have a CSS conflict issue, but I have a space issue between my checkboxes that are all on one line. For example, I have two checkbox items on one line, I encounter a space issue between the first checkbox’s associated text and the second checkbox – there’s no space between them. For example it appears, “checkbox_textcheckbox_text). How do I force a space so that it displays “checkbox_text_checkbox_text”? I want a space prior to the second checkbox on the line?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • If you post a link to the affected page, you can probably get some specific help. Basically, what you’d do is add some padding in the CSS to separate the checkboxes or labels using the id of the form, the class of the checkboxes, etc., to identify the specific elements depending on how you set up the form.

Viewing 1 replies (of 1 total)

The topic ‘Spacing Issue with Checkboxes on One Line’ is closed to new replies.