i have a view setup with row style set to node. but the view page looks different from the front page. there were a few style hiccups but they were pretty simple for me to fix, but i'm having a rough time trying to figure out this one. i have attached two images so you see what i mean. basically there is no separation between none posts, is there a way to fix hat?

Comments

pete_dr’s picture

i'll add that i thought maybe this was because of my editing of the theme, but on a clean install of drupal and the theme it doesn't separate between posts as well.

sakib000’s picture

add to your style.css

.views-row{
margin:6px 0;
}

I am fixing this in next version 1.4

sakib000’s picture

Status: Active » Closed (fixed)