Forums

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

Home Forums CSS Last child selector margin right Reply To: Last child selector margin right

#245311
JamiePatt
Participant

It looks like your margin is on the anchor inside the callout div, css should be:

.callout:last-child a {
    margin-right: 0;
}