[RSS Feed/News] hiding logo doesn't always work

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom