nth-child selecting wrong element
问题 For this particular site, when I utilize nth-child via CSS or jQuery, the 'nth-child' selector is capturing the wrong element. I'm getting one child before the selector that I'm calling: .home article:nth-child(3) {} //captures 2nd child This seems to be capturing the second child instead. If I attempt: .home article:nth-child(1) {} //captures nothing This captures no elements. In jQuery, it shows up as an empty array. Here's the dev site that I'm working on. Thank you. http://heilbrice