How can I increase the size of my Dawn theme header logo?

I found some past solutions but none of them are working for me! Tried adding code after and looked for max width in header section. . . please help!! I cannot get this logo to get bigger. URL: freediveoutfitters.com

Hi @SpearAmericaSD

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “theme. Liquid” file. Find the tag and paste the code below before the tag.

div.logo img {
    max-width: 100% !important;
    width: 40%;
}

And Save.

Result:

Note: If you like to adjust just change the width: but use %.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

I don’t understand why it’s not working. See screenshots. And thank you so much for your help :disappointed_face: I’m so frustrated!

Oh so sorry forgot to add the style tag.


And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!