Hello @BayanBrand
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your base.css file
-
Paste the below code in bottom
nav.header__inline-menu {
left: unset !important;
position: relative;
top: unset !important;
}
.header {
display: flex !important;
align-items: center;
justify-content: space-evenly;
}