How can I Increase the size of my logo?

My site is https://eastandcalla.com/

pw: chowhu

I’d like to increase the size of the main logo.

Hello @gracinw ,

Welcome to Shopify Community!

I can see CSS for the width of the logo. You simply needs to remove that code. Please follow below steps to make it bigger.

  1. Go to the Themes and Click on Edit Code

  1. Search for the base.css file and open the file

  1. Search for .header__heading-logo and remove width: 100%;

Result:

Let me know if need any help.

Thanks