PDA

View Full Version : vBulletin 4.2.5 TopX Statistics for Mobile?


MaKayWeB
12-12-2018, 03:30 PM
I want to for mobile TopX Statistics. It's have? Thank you.

iA1
12-14-2018, 03:05 AM
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.


@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;
}

MaKayWeB
12-14-2018, 08:36 AM
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.


@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;
}

It's not working.

iA1
12-14-2018, 01:30 PM
Are you using this product? https://vborg.vbsupport.ru/showthread.php?t=232811

Maybe your setup is different. It works on my forum with above mod.

MaKayWeB
12-16-2018, 08:55 PM
Are you using this product? https://vborg.vbsupport.ru/showthread.php?t=232811

Maybe your setup is different. It works on my forum with above mod.

I installed this but it's not working. Can you tell me how do I work it on mobile?

iA1
12-17-2018, 05:53 PM
Can you post screenshots?