XenForo Logo too small on mobile

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
831
7
271
Language
English

Add your code in extra.less template? The code you have should work if it's in the extra template​

CSS:
// Logo Mobile Header
.p-nav-smallLogo
{
display: none !important;
}
.p-header-logo
{
max-width: none !important;
}
.has-js .p-header
{
display: block;
}