Home › Forums › CSS › Getting nth-of-type to work for non-siblings? › Reply To: Getting nth-of-type to work for non-siblings?
April 6, 2019 at 4:18 am
#286003
Member
nth-
selectors require the elements to be siblings…..and only select elements…so you can’t select nth-of-class
for instance.
Anything more elaborate than that requires JS