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
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
Could you please share your store url ,
so i can check and give solution to you.
Best Regards !
Could you please share your store URL,?
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!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
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
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
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
Its worked thank you so much
its my pleasure to help us