How do you place Text to the Right of Thumbnail
-
Website: https://www.joshmadden.com
I need help getting my text to the right of the smaller thumbnails. Initially it was set up as two columns but what i did was change the width of the .post to 450 in order to push the other thumbnails down. Now my question is how to get the text to the right of the thumbnails ie: https://www.hypebeast.com
here is the code where i think the changes might occur:
<div class=”post”>
<?php
$thumb = get_post_meta($post->ID, ‘thumb’, true);
if ($thumb == ”)
{ ?><?php } else { ?>
<?php } ?>
<class=”meta”><class=”time”><?php the_time(‘F j’); ?>                <class=”comment”><?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></p>
<h1>“><?php the_title(); ?></h1>
<?php content(’25’); ?>
<p class=’more’>“>More…</p>
</div>
- The topic ‘How do you place Text to the Right of Thumbnail’ is closed to new replies.