Abraham54 Well-known member Nov 19, 2019 #1 Theme: Royal from Doh, adjusted. The problem, I can't make the logo bigger, there seems to be a limitation - when I make the logo bigger, it is pushed downwards.
Theme: Royal from Doh, adjusted. The problem, I can't make the logo bigger, there seems to be a limitation - when I make the logo bigger, it is pushed downwards.
Ozzy47 Well-known member Nov 19, 2019 #2 Does the same thing happen on the default style? Upvote 0 Downvote
Ozzy47 Well-known member Nov 19, 2019 #4 Then you would need to ask the style developer in the styles support thread. Only he would know his coding. Upvote 0 Downvote
Then you would need to ask the style developer in the styles support thread. Only he would know his coding.
Abraham54 Well-known member Nov 20, 2019 #5 I know now why happened what I described. Finding the normal header to big, I put in a height restriction. Without this restriction, the logo is really big. Upvote 0 Downvote
I know now why happened what I described. Finding the normal header to big, I put in a height restriction. Without this restriction, the logo is really big.
ActorMike Well-known member Nov 21, 2019 #6 I used this css in the extra.less to fix it on mobile devices. May not work with your layout. CSS: .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; } Upvote 0 Downvote
I used this css in the extra.less to fix it on mobile devices. May not work with your layout. CSS: .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; }