XenForo Mobile logo too small

S

Seeker-Smith

Guest
Hi,
My logo on mobile shows too small. On the previous version I used in extra.less but with this code my logo doesn't show at all.

How do I make the logo size correctly in 2.3?

Logo size is 451 X 68

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

Continue reading...