The theme is really good.

However, how do I do to make images float so that they can be nicely wrapped in the text?

Comments

DonnyCarette’s picture

You could add some extra custom css like #content #block-system-main .node img { float: left; margin: 5px; }
But that would offcourse float all the images that appears in the content part. Why don't do this with a WYSIWYG editor and align the image you want?
Or if its's a CCK or imagefield you could add the CSS for that image only to float

gustaf@retorikportalen.org’s picture

Found it. http://www.drupalku.net/dblog/drupalku/float-image-drupal-7

But remember to put the prefix field-name- in front of the file name you create in the css-file.

DonnyCarette’s picture

Status: Active » Closed (fixed)

Seems fixed to me :-)
Closing the ticket