How to enter menu within the header

Hi there!
How would I go about centering the menu within the header -
I’d like it to still be on the right side but line up to the center of the logo and the text be in the middle of the space vertically -
I probably need to adjust the top padding - where would I find that?

Also, is it possible to have the roll over color take up that entire space?

https://dev.zanisfurryfriends.org/

How to CENTER menu!!! Apologies for the topic typo

Hi there,
Thanks for reaching out.
In relation to your question here, please try out the following CSS code under the Appeatance>Customize>Additional CSS section:

.nav.navbar-nav {
float: none;
margin-left: 30% !important;
}
@media (min-width: 768px){
.navbar-nav>li {
padding-top: 3%;
}
}

I hope this helps.
Best Regards,
Support.

Thanks so much for your response!
That set me on the right course for placing it where I want it!
Thank you so much for your help!

:slight_smile:
I will close this case now, Feel free to contact us again if you have other questions Thanks!