Home › Forums › CSS › Generic override for p:last-of-type ? › Reply To: Generic override for p:last-of-type ?
January 4, 2015 at 5:57 am
#192170
Member
Your first option is the simplest….just remove the rule completely.
That solves your immediate problem but, of course, leaves you with another…a way of separating out each ‘post’ from the next.
So you need some way to select the post wrapper div…assuming you can do that then the problem gets a little simpler as you can apply styling to to that div.