Archived topic
Mobile Logo Sizing
7 replies · Started by orlaith on January 5, 2023
Hi, I can't seem to make the mobile header size correctly. It becomes very small.
Hi Orlaith,
For reference, can you provide the link to the site in question?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Sure, thanks!
What does it look like from your end? From my end, it seems alright.
Can you provide a screenshot? Uploading Screenshots: https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots
https://postimg.cc/Dm8xP24S It's appearing super small on my side. Thanks :)
I see. Can you try adding this CSS through Appearance > Customize > Additional CSS?:
.site-logo.mobile-header-logo img.is-logo-image {
height: 70px;
}
That is perfect and worked. I also added some padding to the CSS to have it format correctly. Thanks so much Fernando :)
You're welcome, Orlaith! :)