Posts Not Left-Aligned – Can You Help?
-
Hello! Thanks in advance for your help.
Plugin is working great, but the blog posts are appearing jaggedly instead of lined up. Please see screenshot: https://dl.dropboxusercontent.com/u/88262476/Screenshot%202016-03-31%2011.54.22.pngcurrently:
<!-- Start of Post Wrap --> <div class="post hentry ivycat-post"> <!-- This is the output of the post TITLE --> <h4 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4> <!-- This is the output of the EXCERPT --> <div class="entry-summary"> <!-- This will output of the featured image thumbnail --> <div class="featured-image"> <a href="<?php the_permalink(); ?>"> <?php the_post_thumbnail( array(180,9999), array('class' => 'alignleft')); ?> </a> </div> <?php the_excerpt(); ?> <a href="<?php the_permalink(); ?>">Read More</a> </div> </div> <!-- // End of Post Wrap -->Any insight?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Posts Not Left-Aligned – Can You Help?’ is closed to new replies.