Is there an easy way to reduce the height of the logo area so that there is less white space above and below the logo?
Thanks.
Hello,
I hope you are doing well today.
There is sometop margin added to the theme. You can use the following CSS code to reduce the margin by going to Appearance > Customize > Additional CSS and pasting it there.
#site-logo {
margin-top: 8px;
}
Best Regards,
Support
Thank you.
I will close this case now, Feel free to contact us again if you have other questions Thanks!