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?
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?
Your store needs a password to access
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!!