Hi,
How can I get images in post excerpts to appear like this across the body block http://www.jameswedmore.com/
Rather than a thumbnail like this http://maturestudentcafe.com/
Help much appreciated.
thanks
Dan
1) Remove the class “span4” from the div that wraps the thumbnail.
2) Remove the class “span8” from the div that wraps the content.
3) Add this CSS to separate the thumbnail and the content:
.preview-content { margin-top: 30px; }
P.S. You’ll also need to change the thumbnail size because the current one is not wide enough so the image will be low quality.
