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.
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
Comment #1
sakib000 commentedRemove 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
Comment #2
sakib000 commentedComment #3
portait commentedOkay, thank you. :)