• Hi
    My Comment form is showing the input boxes before the labels.

    I’ve tried going in to comments.php on my child theme and switched around the following lines:

    <div>
    <label for="author" class="primary-color-text"><?php _e('Name', 'domain-themefit-fluid'); ?> <?php if ($req) echo "<span>*</span>"; ?></label>
    <input type="text" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" size="22" rows="10" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />
    
    			</div>

    I’ve also tried in in my Parent theme but it doesn’t seem to make a difference.

    Any suggestions?

    Thanks

  • The topic ‘Comment form Strange behaviour’ is closed to new replies.