Hi There!
Can I seek some kind advice on how I can reduce the size of my header? It is too chunky right now.
Ideally I would like it to be the same size as my announcement bar.
Thanks!
Hi There!
Can I seek some kind advice on how I can reduce the size of my header? It is too chunky right now.
Ideally I would like it to be the same size as my announcement bar.
Thanks!
Hello, @MD2510
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
Hi Ketan,
Thanks for your prompt response, my url is www.theweekendprints.com.
I have also pm you the pw.
Thanks!
Thanks.
.site-header {
padding: 5px 0;
}
@KetanKumar This works perfectly for desktop! How can I do the same for mobile?
Thank you very much
Thanks
can you please try this
@media screen and (max-width: 768px) {
.site-header .grid--table {
height: auto;
}
}
Hi Ketan,
This is amazing, thank you so much.
Just to summarise for those facing the same problem, you will need to paste the codes in these 2 places.
Under timber.scss.liquid
.site-header {
padding: 5px 0;
}
Under theme.scss.liquid
@media screen and (max-width: 768px) {
.site-header .grid–table {
height: auto;
}
}
please flow this one
Asset->/timber.scss.liquid->paste below code at the bottom of the file.
it is not working for me bro
i did all the steps in brooklyn theme but the header is still big
it is not working for me
Please guide me.
in my brooklyn theme customization i went to edit code > Assets> timber.scss.liquid> scrolled to the bottom> pasted the code below> but it did not worked for me>
Sorry for facing this issue, it’s my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question. ![]()
Please share your site URL,
So I will check and provide a solution here.
Actually I have two issues if you can solve either of them it will do.
https://shopify.dev/tutorials/add-theme-support-for-rich-media-3d-and-video
I would be most grateful if you can solve problem no 1
my store URL- quickhackss.myshopify.com
thanks but your store is password protect
Hello - this did not work for me. I am using the Brooklyn theme and absolutely nothing happened.
Did I do something wrong? Please advise my header is huge.
Thanks!
hello
I tried this one on impulse theme and it’s not working for me
can you help, please?
thanks you