XF 2.2 Forum Logo Too Small on Mobile

jimelliott

New member
Licensed customer
My logo is showing up as too small on mobile but it's fine on desktop. Here's a screenshot and a link to my forum. Electric Razor Rap
 

Attachments

  • Screenshot_20250905-063514.webp
    Screenshot_20250905-063514.webp
    65.5 KB · Views: 15
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