WordPress.org

Forums

[resolved] Move Excerpt Content up beside Featured Image on Archive Page (3 posts)

  1. Design Locker
    Member
    Posted 8 months ago #

    Hello,

    I am using a twenty ten child theme.

    I am struggling to move the text in the excerpt to the right hand side of the featured image. It currently sits beneath it. (see below).

    Example here: http://www.ironplantsales.com/wordpress/category/dump-trucks/

    Any suggestions would be most welcome.

  2. WPyogi
    Volunteer Moderator
    Posted 8 months ago #

    You need to use float: left; in the CSS for the image -- which will make the text flow on the right side of it.
    Try adding it to this CSS:

    .entry-summary img {
        border: 1px solid #E3E3E3;
        padding: 4px;
    }
  3. Design Locker
    Member
    Posted 8 months ago #

    Thank you WPyogi, worked perfectly and very well explained. Would never have figured it out. Again, thank you.

Reply

You must log in to post.

About this Topic