Keep menu items in a single line instead of two lines

Hello @BayanBrand

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your base.css file

  3. 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;
}

2 Likes