[upTown Child] how can I move the thumbnail to the left?
-
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 } ?>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[upTown Child] how can I move the thumbnail to the left?’ is closed to new replies.