-
InspiredAssistance
How can I make it so my logo shows up on mobile as well as desktop in the header of my site? Right now it only shows up on desktop. I’ve tried editing it in Customizer under Site Identity to be a smaller size but it still doesn’t show. Thanks!
https://i.postimg.cc/pVSvDhRG/Screenshot-2026-04-02-at-8-46-04-AM.jpg
https://i.postimg.cc/bwxjcmks/Screenshot-2026-04-02-at-8-46-10-AM.jpg
-
George
Hello,
Is it possible to send us a URL?
-
InspiredAssistance
Yes – here you go!
inspiredbackpacker.com
-
George
Hello,
Please, try Customizer -> Layout -> Header -> Mobile Header, set Branding Type to Logo and upload your logo.

-
InspiredAssistance
Great, thanks. That helped but now the logo is super tiny on mobile and when I created a larger file size and tried to add that, it didn’t help. Is there anything I can do to make it larger? I’d like it maybe half the size as the backpack
inspiredbackpacker.com
-
George
What happens if you disable the mobile header altogether? Set Mobile Header to
Off. -
InspiredAssistance
That doesn’t work because then the title is cut off – see screenshot:
-
Alvind
Hi there,
Try adding this CSS:
@media(max-width: 768px) { .site-branding-container .site-logo img { height: auto; width: 80px; } .site-branding-container .site-branding { max-width: 150px; } .site-branding-container .site-branding p { font-size: 16px; } p:empty { margin-bottom: 0; } } -
InspiredAssistance
This is perfect, thank you!
-
Alvind
You’re welcome!
- You must be logged in to reply to this topic.