XF 2.0 Logo fit in header

somosung

Member
Licensed customer
Using xenforo 2.0, is there a way for me to adjust the LOGO to the header default theme? Maybe automatically too.
I can't find the option for it in ACP.
Thanks in advance
 
What do you mean by adjust the logo? please specify what do you need to be done exactly.

Appearance>Styles> Default Style > Style properties> Basic options to change the path of the logo. If you want to set a new logo you have to upload the new logo first to the server.
 
Good. There is also another way to do it through the template.

.p-header-logo.p-header-logo--image img {

max-width: 50%;
max-height: 170px;
}

adjust the numbers to whatever you see fits for you and you are good to go.
 
Good. There is also another way to do it through the template.

.p-header-logo.p-header-logo--image img {

max-width: 50%;
max-height: 170px;
}

adjust the numbers to whatever you see fits for you and you are good to go.
Perfect! Exactly what i was looking for. Thanks, once again!
 
Figured this out and it worked was driving me nuts TY......Curious on sizing on small devices seems to jump to another setting. Where is this setting? TY
 
Back
Top Bottom