image in article not align left in drupal 7


Author Message
Babycake

Posted: 5/23/2011
Quote message 

Hi.

I use v. 3 to create a theme for drupal 7. I got problem with image in article doesn't align left/right of the text. Does anyone know how to fix it?

Thanks in advance...

Regards,

 
Jim

Posted: 6/4/2011
Quote message 

I have the same problem. In artisteer the article text is show as being wrapped around the article image. Usining the theme in drupal 7, and adding an article with an image, the article text only appears underneath the image.

That sucks - screws up my whole site. How can I fix this?
 
Mark C

Posted: 6/5/2011
Quote message 

You probably need to add a few lines of css to the style.css file. If you are using imagecache and filefield to add the image, then you'll need something like this:

.imagecache-your-image-preset
{ align: left;
}

This might help:
http://drupal.org/node/1083742