How do I make the logo bigger? (It is already in size Large)...

Hi @OneCap ,

Do you mind sharing your website so we can provide a code specific for you?

Of course I don’t mind :slightly_smiling_face: Here is the website https://onecap.se/password

Password: onecap123

@OneCap

Thank you.

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the timber.scss file.
  3. Add the code below.
img.site-header__logo-image {
    width: 170px;
    max-width: 500px;
}

Hey! I just added the code but it is still in the same size :disappointed_face: I added it on the bottom of the file “timber.scss.liquid”

As you can see on the first picture the logo is big, which I want. But as soon as I refresh the page, it gets small. So it goes from the first picture to the second picture after I refresh the page…