devillian

Customer
I edited this info for my logo
My logo is showing up really small

logo-header-small.png



These are the settings I put for the logo info, why is it showing up so small on my website?


logo-settings.png
 
Those settings will primarily be for when the logo is inside the main header. With the smaller logo inside the navigation it inherits XenForo's default max-width of 100px. You can add this into your extra.less to increase it:

Code:
.p-nav-inner .p-nav-smallLogo {
    max-width: 300px;
}

Your navigation will need to be of sufficient height to achieve these dimensions.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back