How do I center the logo on debut theme so the logo is not touching the menu

SEE ATTACHTED IMAGE

I want to center the logo (up and down) on the debut theme. Is there any code or way to do that?

Hi @tuckermalmquist

Please share your website link to check further as we can’t predict what to fix. If your website is password protected, share the password.

Thanks

Sheesh B

https://twistedrealityco.com/password

Password:Sparty

Hi @tuckermalmquist

Just paste the below code to theme.scss.css file at bottom

@media only screen and (min-width: 750px){
.site-header.logo--center {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
}

It will give you something like below attached image.

Thanks

Sheesh B

Worked. Thank you so much