Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Post Thumbnail in BP-Default Theme


r-a-y
Keymaster

@r-a-y

Sounds like you have the image working, but you need to get acquainted with CSS, especially the float declaration.

Try fooling around with this in your stylesheet:
`
.entry .thumbnail {float:left; padding-right:1em;}
`

Skip to toolbar