I want to hide the logo headers always for all users (phone and computer). I put the following in extra.less
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.
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.