Forums

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

Home Forums CSS slight problem with :after pseudo element Re: slight problem with :after pseudo element

#120052
stevencrader
Member

Try replacing `#content .entry:after` with `.entry p:last-child:after`.

Here is the browser support for the `:last-child selector` http://caniuse.com/#feat=css-sel3