Newbie question

I am trying to get text to wrap around some pictures in a blog post using the antimatter theme and the blog skeleton. I cannot make it work. What I did:

  • Added {.figure} to the image in the markdown file.
  • Added figure {float: left;} to the _core.css for testing purposes and compiled it using sass.
  • Cleared the cache.

The text is not shown besides the image, just starting at the bottom of the image.
Mst be a stupid error on my side, bt I don;t see it.

You really need to inspect it with the web developer tools of your browser. Then you can ensure that the correct class has been added to the img tag, and also that the appropriate line of css is being applied.

Thanks, am doing that right now.