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.
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.
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?
Can you post screenshots?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.