How to Display First and Second Post Differently than other posts
Tweet Follow @3pixelssolution
You can display first and second post differently than other posts with this simple css code
[php].article:nth-of-type(1), .article:nth-of-type(2) {
//code
}[/php]