Header + Header Menu

Hello and thanks for the awesome theme.

Could you possibly tell me if it’s possible to center the logo & header menu?

I am also curious as to whether I can change the font of the header menu?

Thanks,

D.

It depends on your current website setup Could you please post your website URL, so I can provide with a proper CSS styling?

You can change menu item font styling like this

#main-nav a {
    font-family: Ubuntu;
}

Just choose font style you want to use for it and add this code to Theme Options - Other - Custom CSS or inside Child Theme style.css if you are using one.