That is a problem with the <p></p> maybe your new theme have disable this function on theme function.php
search this on function.php and delete.
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );
if you don't have this try adding in your theme function.php...