XenForo Logo too small on mobile

C

Compi

Guest
So on mobile the logo of my site looks like this:

WhatsApp Image 2021-07-28 at 21.55.11 (1).jpeg
It's too small.
I did some googling and found this code:

CSS:

Code:
// ########################### FULL SIZE LOGO ON MOBILE ########################
.p-nav-smallLogo {
    display: none !important;
}
.p-header-logo {
    max-width: none !important;
}
.has-js .p-header {
    display: block;
}


But that one produces this:
WhatsApp Image 2021-07-28 at 21.55.11.jpeg

Doesn't look good either.
What do I have to do to make it look like the first one, just with a...

Read more

Continue reading...