Hi Samuel
I will try re-insertng it in a particular spot and then post it here to see if my error is obvious to you
since my child css doesn't have that much on it yet I will include it all and bold the area where Esme's code was inserted...thank you in advance for taking a look at it
/*
Theme Name: Twentytwelve Child
Description: Child theme for the twentytwelve theme
Author: Danielle Kreps
Template: twentytwelve
*/
@import url("../twentytwelve/style.css");
.entry-content p, .entry-summary p, .comment-content p {
line-height: 1.51429;
margin: 0 0 1.71429rem;
}
<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the
* #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</div><!-- #main .wrapper -->
<footer id="colophon" role="contentinfo">
<div class="site-info">
<?php do_action( 'twentytwelve_credits' ); ?><p>Copyright 2012 <?php bloginfo('Wysdom Tree');?></p>
" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
hopefully it is something quite simple and I do appreciate the help,
thanks, Danielle