Archived topic
Mobile Logo Size and other info
5 replies · Started by Monika on August 8, 2022
Hello,
I am trying to figure out what the dimensions of the mobile logo are. It looks like I have to create a variation of my logo for mobile so that it 'reads' better. Knowing the exact dimensions/pixel size would help. Unless I can adjust the size of the mobile logo somehow?
Thank you, Monika
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Sure, see below
Hi Monika,
The mobile logo’s rendered aspect ratio is 77:23. It’s intrinsic aspect ratio is 10:3.
Its rendered dimensions is 77x23 px.
You can try adding this CSS in Customize > Additional CSS to alter this mobile logo size on mobile:
.site-logo.mobile-header-logo a img {
height: 70px;
}
You can modify 70px to your preference.
Thank you!
You’re welcome Monika!