Hey all, I figured out a simple line of CSS you can put into your Additional CSS bar to move the menu down a bit so it doesn’t run into the custom logo:
.site-nav {
margin-top: 30px;
}
You may have to try a higher number of pixels depending on how big your logo is but this worked for me!
Good luck!