How do I adjust the size of my logo in the header without changing the size of the header?

Hi!

I have tried a handful of different codes in shopify community on this same topic but none seem to work for me. I am trying to increase the size of the logo in the header in the Crave theme without making the proportion of the header much larger. the website is listed below.

Any help is GREATLY appreciated.

www.cousinsbbqmerch.com

Hi @Katiepayne

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hello,
Ive done this before so here is my solution.
Paste this code:

.header .header__heading-link img {
height: 85px !important;
width: 180px !important;
object-fit: cover;
}

Under,

.header .header__heading-link {
padding: 2px;
}

And change the Height and Width