I tried to change under the header length because the spacing is to big. Can someone help me reduce the size? (picture below)
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
Hi @JamesH123 ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
This is the link: https://cosybaby.com.au/
Hi @JamesH123 ,
Sorry for the late reply.
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/timber.scss->paste below code at the bottom of the file:
body:not(.template-index) .main-content {
padding-top: 0 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.