[ad_1]
Hello,
This is the code in the theme, which adds some padding at the top and at the bottom, so that the logo has some room to breathe.
#site-masthead { padding: 1.25rem 0; }
You can add your own custom CSS code to adjust this white space according to your personal preference. Though I wouldn’t change this.
At the same time, you can use the same CSS selector to add a custom image background to the header. Though again, personally I don’t think it’s a good idea.
But, if you want the header to be transparent and have the same background as the whole page, then add this:
#site-masthead { background: none; }
Best regards,
Dumitru B.
