Logo left and menu centred on the same line

Hoping someone can help i’m trying to keep the logo left and the main menu centred on the same line

Hello @kristy87
can you share store URL?

Hi @kristy87

Dan here from Ryviu: Product Reviews & QA app.

You can check from your Online Store > Themes > Customize > Header, and check if it has the option to change your logo and menu as your request

thanks Dan. It allows me to move the position of the logo but not the menu im using Dawn theme

After choosing that option, please add this code to the theme.liquid file after to center your menu

@media (min-width: 990px) {
.header--middle-left {
    grid-template-columns: 1fr auto 1fr !important;
}
}

Best Regards,

Dan from Ryviu

Thanks so much