.hentry {
margin-left: 500px;
}
and add these classes:
.entry-banner {
position: absolute;
width: 490px;
left: -500px;
top: 0px;
}
.entry-banner img {
width: 490px;
}
enclose everything that you want to appear to the left of the post in a:
<div class="entry-banner">
your stuff here
</div>
(be sure to remove the margin-right from .entry-head and .entry-content)
Do not add more than one entry-banner per post content.
-Steve
> --
> You received this message because you are subscribed to the Google Groups "K2 Support" group.
> To post to this group, send email to k2-su...@googlegroups.com.
> To unsubscribe from this group, send email to k2-support+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/k2-support?hl=en.
>