Hi am using the dawn theme, can anyone advise how can I have the menu on a different line as the logo ?
Would like to do something as shown below, the 1st pic shows the default dawn theme, the second pic shows what I am trying to get. Thank you.
Hey @hip280 ,
There you go →
.header__inline-menu {
margin-top: 20px;
border-top: 1px solid rgba(var(--color-foreground), 0.08);
padding-top: 10px;
}
@media screen and (min-width: 990px) {
.header {
display: block !important;
}
.header__inline-menu {
margin-top: 15px;
}
}
Add this code to your theme’s custom CSS. You can do this by:
Or you can directly paste this code in base.css file
This will:
You can adjust the margin-top values to increase/decrease the space between the logo and menu if needed.
Let me know if you need any other help, or want us to do this for you ![]()
Cheers!
Shubham | Untechnickle
Hi @hip280
Please, share your store URL. Thanks!
Thank you Shubham, it works well !
Ah yes, by moving logo position, this also moves the menu bar down. Thank you.