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

    (@vasch)

    I changed the php, that did the trick
    in checkbox.php:

    } else {
    			$item = sprintf(
    				'<input %2$s />&nbsp;<span class="wpcf7-list-item-label">%1$s</span>',
    				esc_html( $label ), $item_atts );

    changed to

    } else {
    			$item = sprintf(
    				'<input %2$s /><span class="wpcf7-list-item-label">%1$s</span>',
    				esc_html( $label ), $item_atts );

    for some reason the site shows the code and doesn’t see it as an html space.

Viewing 1 replies (of 1 total)
  • The topic ‘  non return space between checkbox & text’ is closed to new replies.