• Resolved Mariposa1

    (@mariposa1)


    Hello everybody,

    thank you for letting me use this theme. I like it a lot!
    I just read the 5 pages of the support but, if I am not mistaken, I didn’t find any answer to my problem.

    This is my issue: when I use a “Featured image” on a post, automatically the text goes below that image. And I don’t like it that way.

    What can I do to have image and text on the same line?

    I need to use the “Featured image” on my posts, and I don’t want to change theme just for this issue…so…PLEASE…help me! 🙂

    Valentina

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to edit the template where that img is placed. Could be single.php file, there you will see code for outputing the featured img and also the code for the_content, try to switch place and update file.

    That´s all i can say based on what you described.

    Thread Starter Mariposa1

    (@mariposa1)

    Thank you for your hint!
    I looked and looked for a solution…and finally I found this:
    I opened content.php, and then I moved this code:

    <?php if ( has_post_thumbnail() && ! post_password_required() ) : ?>
    			<div class="entry-thumbnail">
    				<?php the_post_thumbnail(); ?>
    			</div>
    		<?php endif; ?>

    right below:
    <div class="entry-content">

    Hopefully this is the way to do it!

    Thank you so much,
    Valentina

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘issue with image and text while using "featured image"’ is closed to new replies.