/* Corrects mobile view for size and alignment -- tweak these numbers to suit your needs*/
@media (max-width: 650px){
.mybadge.message-userBanner.userBanner {
background-position: left top;
height: 8px; /* adjust to the size you would like to make the image */
background-size: 26px 26px; /* adjust to the size you would like to make the image */
min-block-size: 14px; /* adjust to the size you would like to make the image */
padding-top: 14px; /* modify this setting to adjust the distance between image and text */
text-align: left top;
padding-left: 0px;
text-indent: 30px;
white-space: nowrap;
}
}