• Resolved arr0w

    (@arr0w)


    I don’t know if this is a bug or intended, but its quite weird.

    I’m trying to make a list of checkboxes with the bootstrap template.
    In this picture you can clearly see that the labels above the checkboxes is filled with spaces.

    I don’t know why, but I’m guessing it has something todo with the PHP – Could you help me remove/empty these labels?

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

    (@xnau)

    It’s your theme adding that space, it’s not in the plugin template. You can try using the “Remove Line Breaks” setting, that can help with some themes.

    Beyond that, you’ve got two options: either create a custom template that doesn’t print the label tag if the title is empty or use CSS to hide those label tags.

    .checkbox > label { display: none }

Viewing 1 replies (of 1 total)
  • The topic ‘Empty labels in bootstrap template’ is closed to new replies.