How can I center my menu items with logo and cart icon?

Hi,

I’d like my menu items to be positioned centered and inline with the logo and cart icon. Could you please help me how to do it?

26a13e.myshopify.com

Your store needs a password to access

thank you so much in advance!

https://26a13e.myshopify.com/

mideer

Please add below css code at bottom of assets/base.css file

header.header.header–top-left {
display: flex;
justify-content: space-between;

}
Thank you.

thank you sooo much!!