How can I enlarge the logo in Dawn theme 9.0?

Hi, I would like to make the logo bigger in the header if this website, dawn theme 9.0:

https://188thstcreations.myshopify.com/

password doglau

Thank you for your input

@urbantis you need change the image resolution cause it already have full width . if we try to increase the width of it then it gonna to be wider and larger like below one image :

Thanks for your answer, I uploaded an image with bigger resolution but I do not see any changes in the size, do I need to do something else?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset → base.css and paste this at the bottom of the file:
.header__heading-logo {
width: 200px;
height: auto;
}

Thank you, it looks a bit blurry and it looks very bad on mobile, could it be done only for desktop?