How to adjust header logo size in dawn theme without enlarging the board?

Hi,

Is there anyone who knows how to change the header logo size, without the board getting bigger? Tried to change the Custom logo width in the header customization part, but then the board gets bigger which i dont want it to be.

Currently looks like this:

But would like it to be way bigger and wider.

Any ideas are highly welcome, Thank

Hello there!

Suggestion would be creating that logo in photoshop and then, remove background, and then trim the excess area ( pixels) and save just the logo area.
this way it saves just that logo and not the space around it, which can display as smaller on the store navigation.

Hope this helps :wink:

Hi @Dispomal ,

Go to Assets > base.css and paste this at the bottom of the file:

.header__heading-logo {
    max-width: 150px !important;
}

Hope it helps!