I'm trying to do something what I thought would be a simple task but it wasnt that quite simple... the issue in hand can be seen on this 2 links
http://kurdaktuellt.se/category/aktuellt/
the selector im using is rather simple
body:not(.single) #content > .post:nth-child(odd){
}
body:not(.single) #content > .post:nth-child(even){
}
The thing is that it work one way on the front page(first link) and another way on the category page(the second link) it's as it takes a count the header element which it shouldnt if it would follow my selector properly... Is there something im missing here?
all help is appreciated... aloot! thx in advance