jimelliott New member Friday at 1:36 PM #1 My logo is showing up as too small on mobile but it's fine on desktop. Here's a screenshot and a link to my forum. Electric Razor Rap Attachments Screenshot_20250905-063514.webp 65.5 KB · Views: 11
My logo is showing up as too small on mobile but it's fine on desktop. Here's a screenshot and a link to my forum. Electric Razor Rap
Mr Lucky Well-known member Friday at 1:50 PM #2 This addon allows you to have a different logo on mobiles [OzzModz] Logo Essentials Jan 6, 2020 Center your logo, specify navigation small logo URL, set size dimensions and more! Upvote 0 Downvote
This addon allows you to have a different logo on mobiles [OzzModz] Logo Essentials Jan 6, 2020 Center your logo, specify navigation small logo URL, set size dimensions and more!
Davyc Well-known member Friday at 2:33 PM #3 Add this to your extra.less file. Code: /* Keep logo responsive */ .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; } Upvote 0 Downvote
Add this to your extra.less file. Code: /* Keep logo responsive */ .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; }
jimelliott New member Friday at 9:18 PM #4 Davyc said: Add this to your extra.less file. Code: /* Keep logo responsive */ .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; } Click to expand... Thank you! Worked like a charm. Upvote 0 Downvote
Davyc said: Add this to your extra.less file. Code: /* Keep logo responsive */ .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; } Click to expand... Thank you! Worked like a charm.