hi, how can i delete header logo space. too much space above and below the logo**.**
Hi, @mertozmen !
Thanks for reaching out in our Community forums and for sharing your concern, I’d be happy to help.
Feel free to share the URL of your store so that I can take a closer look at the theme. In the meantime, you can try adding this line of code to the bottom of your theme.scss.liquid file to see if it does the trick. To get to this file, you will need to head over to your Shopify Admin > Online Store-> Themes → Edit code->Assets->theme.scss.liquid
Then, you will want to paste and save this line of code:
.PageHeader {
margin: 10px 0 30px;
}
Let me know if this works for you, if not we can take a closer at your store.
Talk soon!
