Closed (fixed)
Project:
Kanji
Version:
7.x-1.7
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 10:31 UTC
Updated:
28 Sep 2011 at 10:52 UTC
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
Comment #1
donnycarette commentedYou 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
Comment #2
gustaf@retorikportalen.org commentedFound 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.
Comment #3
donnycarette commentedSeems fixed to me :-)
Closing the ticket