Need help with selectors

Hi,
You can give all divs a top margin and then remove it from their parent’s first child (the one that has Stef Smith)

E.g.:

.pq-select-optgroup{
    margin-top:1em;
}
.pq-select-optgroup:first-child{
    margin-top:0;
}

There are other ways too. :slight_smile: