Spacing is messed up
-
I added thumbnails to my posts in page, but the spacing is messed up in several of my pages.
For example, when you go to “Portfolio” and “Set Design & Construction” you can see that the spacing gets progressively worse. I’m thinking it’s something to do with the code inside the posts_loop_template.php, but I’m not sure.
Here’s what I have now:
<!– NOTE: If you need to make changes to this file, copy it to your current theme’s main
directory so your changes won’t be overwritten when the plugin is upgraded. –><!– Start of Post Wrap –>
<div class=”post hentry ivycat-post”>
<!– This is the output of the post TITLE –>
<h2 class=”entry-title”>“><?php the_title(); ?></h2>
<!– This is the output of the excerpt –>
<div class=”entry-summary”>
<!– This will output of the featured image thumbnail –>
<div class=”featured-image”>
<?php the_post_thumbnail( array(180,9999), array(‘class’ => ‘alignleft’)); ?>
</div>
<?php the_excerpt(); ?>
</div>
</div>
</div>
<!– // End of Post Wrap –>Can you shed any light on this?
The topic ‘Spacing is messed up’ is closed to new replies.