Hello!
On my "meet the fellows page" on stemnetx.org, I'm trying to make the text of their names stay with their pictures. All of them are doing so except the last row and I'm not sure why.
I have tried:
@media screen and (min-width:768px) {
#block-ca412a121bd46681a338, #block-#block-79b130fb6d30c818f6ba, #block-#block-c5ccd986fe789158eef0 {
position: sticky;
top: 0;
position: -webkit-sticky;
z-index: 999;
}
}
But it is doing absolutely nothing. Can anyone help?