hiding logo doesn't always work

  • Thread starter Thread starter toby88
  • Start date Start date

toby88

Guest
Member
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.
 
Top