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.
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;
}
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.