Browser: Firefox 3.05
Operating System: OS X

When uploading imagefield images via cck the previous blog posts get squished next to the uploaded image on thw frontpage. This means that blog posts don't show up beneath each other.

Comments

sakib000’s picture

Remove float left attribute from images in node. To do this open style.css and remove following:

.node img{
float:left; /*Remove this to stop left alignment of images in nodes*/
margin:0 8px 2px 0;
}

It can be found around line 33 to 36

In next version I will remove it

sakib000’s picture

Status: Active » Fixed
portait’s picture

Okay, thank you. :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.