How to customize a logo fit for Dawn Theme?

This is for the Dawn Theme(I uploaded my created logo from a app)…No matter how I resize my logo for my Shopify Store page it still comes out small and doesnt fit the entire banner.

Shopify says I will have to contact the Shopify community as I am not or contact the administrator of the Dawn Theme.(forget what they call them.)

You see how PetSmart logo is blended in with the banner there are no borders or edges around the logo…That’s how I want mine .

ey call them)

what your store url…thanks

Hi @RicoSolo ,

Please go to Actions > Edit code > Assets > style.css file and paste this at the bottom of the file:

.primary-logo {
    width: 100% !important;
    max-width: 14rem !important;
}

Hope it helps!

I will give it a try