XenForo hiding logo doesn't always work

T

toby88

Guest
I want to hide the logo headers always for all users (phone and computer). I put the following in extra.less
Code:

Code:
.p-header-logo
{
    display: none;
}

It works only when the width of the browser window is bigger than its height on both phones and computers. On the phone, the logo still shows in portrait mode and hidden in landscape mode.

Continue reading...