@John Last question badge not working on mobile phone. I want ribbon badge to show next to Donor badge.
I try css code
/* PHONES */
@media screen and (max-width: 767px) {
.cancerbadge {
position: absolute;
z-index: 1;
top: 160px;
left: 120px;
}
not working.
Thanks.