Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello there, I use Persona, why is Logo small, what to do be bigger? Is small too, if I switch to Harmony Theme.
You can use the custom css tab to change the height on persona, something like below.
.header .forum-logo { max-height: 75px; // default is 50px for persona width: auto; }
@baris said in Persona logo too small:
You can use the custom css tab to change the height on persona, something like below. .header .forum-logo { max-height: 75px; // default is 50px for persona width: auto; }
So simple, thanks baris