the image in question is the HA in the content box. As it stands, the text starts after the image instead of wrapping around Pet: Fearleading
{
opacity: 70%;
float:left;
display: inline-block;
}
And it's not working.
i'd use
is deprecated. It doesn't work in my browser.
(don't worry about the opacity of the text, that's cool)
I wonder if it's getting confused because you named the div ? idk, but I would just add it to the image like this if you didn't need to give it more styling:
see if that works, apologies ahead of time if it doesn't!