How can I adjust my store header without shrinking the logo?

My shopify header is too large, I have attached all the settings that affect the header or the logo. If I reduce the sizes then my logo appears too small. Has anyone got any advice?

my custom code for it

1 Like

@PetstoPlease

Could you please share your store url ,

so i can check and give solution to you.

Best Regards !

@PetstoPlease

Could you please share your store URL,?

www.petstoplease.co.uk

https://petstoplease.co.uk/

https://petstoplease.co.uk/

@PetstoPlease

Thank you for reaching out and posting this question!
Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@PetstoPlease

remove this

done

Hi [email removed]PetstoPlease,

You can try this code by following these steps:

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

Step 2: Search file base.css

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

@media(max-width:767px){
.header__heading{
    height: 100px !important;
    align-items: center;
    display: flex !important;
    overflow: hidden;
}
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

It hasn’t worked

You can try

@media(max-width:767px){
.header__heading{
    height: 60px !important;
    align-items: center;
    display: flex !important;
    overflow: hidden;
}
}

Still nothing sorry

1 Like

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 bottom of the file → Save


@PetstoPlease

oh sorry but no more code can you just remove nagative spacing in image see

https://cdn.shopify.com/s/files/1/0681/1684/0766/files/Untitled_design_10.png?v=1676982433&width=500

Thank you but how do I this

1 Like

Its worked thank you so much

1 Like

@PetstoPlease

yes, please upload this image

@PetstoPlease

its my pleasure to help us