STUDIO THEME - Menu bar not aligned properly

STUDIO THEME - Menu bar is misaligning, if we add more menus it is coming down.

Pls see attached photo for your understanding.

Hi @Aadhiss ,

That menu is out of your menu width so it has been break down of the line.

Hello @Aadhiss ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

@Aadhiss
put below css into base.css file (Online store ->themes->Edit code->assets->base.css)

@media screen and (min-width: 990px)
{
.header--top-center .header__inline-menu {
    justify-self: flex-start !important;
}
}

If I add another menu then it will come down again?..