Hello everyone!
I hope you are having a beautiful day.
I would like to know if anyone knows how to correct the way my menu is displayed on the page. I have the “Dawn” style and previously the menu was on a single line, but while I was making changes on the page, it was split into two lines as shown in the image. I would like to put it back to how it was. Does anyone know how to do it?
Here’s the link:https://eb8155-2.myshopify.com
Thank you for your help. 
Hello @AlejaLopez
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
@media screen and (max-width: 1199px){
.header__heading-link span.h2 {
font-size: 15px;
}
.header:not(.drawer-menu).page-width {
padding-left: unset !important;
padding-right: unset !important;
}
}
Hey @niraj_patel
Thank you so much, the menu is in one line now. I really appreciate your help! 