XF 1.5 Need help from someone who has a Blackbelt in CSS please

this is causing issues

Code:
@media only screen and (min-width: 1024px)
.node .nodeStats {
    margin-top: 0;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 26px;
     max-width: 210px;
    margin-top: -5px;
}

remove or comment out max-width
 
Top Bottom