Origin Theme Increase Logo Size

Hi, I am trying to increase the size of my logo for my shop created in the Origin Theme.

I have tried to copy codes given in this forum for all sorts of different themes, but it does not work for my theme. So how do I make the logo bigger in my webshop. Webshop is called Noradahl.dk in case that helps.

I have made the Desktop Logo Width the max 300. It does make the logo a little bit bigger, but not big enough and too far down.

I hope for help!

Nora

Can you share a link to the website so I can see what you’re talking about? Thanks.

Hi,
This is the website https://www.noradahl.dk/

In your customizer, for header, where it says add custom CSS, type:

.header__heading-logo-wrapper{
width: 400px;
height: 200px;
}

Adjust the numbers until the logo looks like how you want it to.

I could not get that to work I’m afraid. So this is what I did:
I went to Header - Chose “Custom CSS”, which has this little “new” message next to it.

In here there is some code (can’t copy paste it for some reason, but it looks like this):
h2 font-size: 32px ;

When I replace that with the code above, the Header field is becoming bigger, but it doesn’t change the logo size.

Just replied to your message. Thanks.