Hi, I’d like to reduce the spacing between my header and my photo on my shopify store. My URL is shoplineagejewelry.com and the password is ‘beckew’.
1 Like
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.
Please add below css in bottom of assets/timber.scss.css file
.site-header {
padding: 15px 0 0 0;
}
.section-header {
margin-bottom: 10px;
}
Thank you.
Hi, the problem with that is that my newsletter text gets sent upwards. Is there any way to fix this? Thank you!
Please try this one
.grid .section-header {
margin-bottom: 10px;
}
Thank you.
1 Like
Thank you! It works.


