Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Different nth-child properties in different media queries Re: Different nth-child properties in different media queries

#108920
sebtb
Member

Yep thanks. I added now this way:


li.item:nth-child(n+7) {
border-top: 0;
}
li.item:nth-child(n+8) {
border-top: 1px solid #d9ddd3;
}