• I’ve been wracking my brain trying to figure out how to simply align the thumbnail from the to the left, instead of the right. I have tried the usual tricks including “‘alignleft’ in content.php and float:left in style.css.

    My site is alyssamorrisey.com. Here is the code from content.php

    <?php if( has_post_thumbnail() ) { ?>
    	    <div class="entry-image">
    	    	<a href="<?php the_permalink(); ?>">
    	    		<?php the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title(), 'title' => get_the_title() ) ); ?>
    	    	</a>
    	    </div>
    	<?php } ?>

    `
    Good luck and godspeed

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Uptown Child]’ is closed to new replies.