How to Incease Logo Size without growing the header (Ride 10.0.0)

I would like to increase the size of my logo but it makes my header bigger than I would like. Ideally, I would like to make my logo bigger and have the header wrap around the top and bottom with no extra space.

Url: https://f01520-2.myshopify.com/

Password: shisah

Hello @vasss

I can see your logo is an image with padding around the main text. That being said, you can use a image editing software to redesign the logo, to reduce the padding around and increase the text size. That would solve the issue.

Hi, @vasss .

Follow these steps.

Go to the online store theme and go to base.css file paste the code mentiond below.

img.header__heading-logo.motion-reduce {
    width: 230px;
}

header.header.header--middle-left.header--mobile-center.page-width.drawer-menu.header--has-menu {
    padding: 0 30px 34px 30px;
}

Result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!