Does anyone have code to center the Main Menu in the updated Dawn theme?
url: preacha.com
Does anyone have code to center the Main Menu in the updated Dawn theme?
url: preacha.com
Please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/base.css–>paste below code at the bottom of the file.
.header.header--middle-left.page-width.header--has-menu {
text-align: center;
}
Thanks!
Please remove provided css . i will check and send correct solution to you.
Thanks for the code but it doesn’t work
Please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/base.css–>paste below code at the bottom of the file.
@media screen and (min-width: 990px){
.header__inline-menu {
display: flex !important;
margin: 0 auto !important;
}
}
still no good.
Please remove previous css and add this new css class
@media screen and (min-width: 990px){
.header {
padding-top: 0!important;
padding-bottom: 0!important;
display: flex !important;
}
.header__inline-menu {
display: flex !important;
margin: 0 auto !important;
}
}
Perfect!
thank you
If helpful then please Like Solution
This code doesn’t work
Hi, new to Shopify;) Should this code be applied to base.css?
Thank you in advance
It’s where I placed it and it worked.
Thank you, I didn’t see that part of the feed.