XF 2.2 Forum Logo Too Small on Mobile

Add this to your extra.less file.

Code:
/* Keep logo responsive */
.p-nav-smallLogo
{
display: none !important;
}
.p-header-logo
{
max-width: none !important;
}
.has-js .p-header
{
display: block;
}
 
Back
Top Bottom