Seeker-Smith Well-known member Oct 5, 2020 #1 My logo appears normal on desktop but on mobile it’s really tiny. Is there a style setting for this?
Ozzy47 Well-known member Oct 5, 2020 #2 Add this to your extra.less template CSS: // ########################### FULL SIZE LOGO ON MOBILE ######################## .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; } Upvote 1 Downvote
Add this to your extra.less template CSS: // ########################### FULL SIZE LOGO ON MOBILE ######################## .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; }
Seeker-Smith Well-known member Oct 5, 2020 #3 Brilliant! Thanks. Could I reduce it by using .p-header-logo { max-width: 90% !important; } Upvote 0 Downvote
hIBEES Active member Oct 14, 2020 #5 Because I have banners in header it displays them, any chance I can hide them but keep the logo? Upvote 0 Downvote
interforo Active member Oct 26, 2020 #6 Ozzy47 said: Add this to your extra.less template CSS: // ########################### FULL SIZE LOGO ON MOBILE ######################## .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; } Click to expand... I used this but my logo disappeared Upvote 0 Downvote
Ozzy47 said: Add this to your extra.less template CSS: // ########################### FULL SIZE LOGO ON MOBILE ######################## .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; } Click to expand... I used this but my logo disappeared
hIBEES Active member Oct 26, 2020 #7 hIBEES said: Because I have banners in header it displays them, any chance I can hide them but keep the logo? Click to expand... My issue is sorted. Upvote 0 Downvote
hIBEES said: Because I have banners in header it displays them, any chance I can hide them but keep the logo? Click to expand... My issue is sorted.