XnForo.IR Dark AdminCP Style + Sticky Navigation Bar

Add-ons XnForo.IR Dark AdminCP Style + Sticky Navigation Bar 1.0.1

Register & Get access to index

Misterman

Loyal Member
You can disable sticky side bar from options and enable it when you want.
I will look into it, it needs some css work :) I am bit busy on some other projects :)
I solved the problem !
You just have to add this code in the template :
Code:
@media (max-width: @xf-responsiveNarrow)
{
    .listPlain {
        display: none;
    }
}
If you want I send you in private message the addon edit.
 

99Refu

Loyal Member
Registered
I solved the problem !
You just have to add this code in the template :
Code:
@media (max-width: @xf-responsiveNarrow)
{
    .listPlain {
        display: none;
    }
}
If you want I send you in private message the addon edit.
Which template 🤔
 
Back
Top Bottom