• Hello,

    I have an issue with the an input and label in the comments function (input and label combination seems to be a general problem). The input checkbox and the label are displayed in two rows.

    the php-code looks like this:

    $fields['cookies'] = '<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' .
    							 '<label for="wp-comment-cookies-consent">' . __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '</label></p>';

    I use crimson rose theme.

    Anyone who knows how to display this in one line?

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

  • The topic ‘Input and label not displayed in one row’ is closed to new replies.