There is no separate mod for mobile for TopX Statistics, but the same one can work on mobile by adding these few lines in additional.css to make it responsive.
Code:
@media screen and (max-width: 800px){
#vbtopx .left-mainbox{display:none}
#vbtopx .right-mainbox{width:100%}
}
@media screen and (max-width: 375px){
.topx-bit span.topx-content-tab {width:100%;}
.topx-bit em {display:none;}
}
#vbtopx_content {
display: block;
}
There is no separate mod for mobile for TopX Statistics, but the same one can work on mobile by adding these few lines in additional.css to make it responsive.
Code:
@media screen and (max-width: 800px){
#vbtopx .left-mainbox{display:none}
#vbtopx .right-mainbox{width:100%}
}
@media screen and (max-width: 375px){
.topx-bit span.topx-content-tab {width:100%;}
.topx-bit em {display:none;}
}
#vbtopx_content {
display: block;
}