Site logo

Archived topic

Mobile Logo Size and other info

5 replies · Started by Monika on August 8, 2022

Viewing posts 1–6 of 6

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

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!

This archived topic is closed to new replies.