Shopify themes, liquid, logos, and UX
How to center the header menu of Dawn theme? Just the header menu, not the logo. By default it is aligned to the left side. Thanks.
Solved! Go to the solution
This is an accepted solution.
Open assets/base.css in the code editor, look for this code around line 1887, and replace the first auto with 1fr.
Before:
After:
Please share your store URL!
Thanks!
Please add following css your assets/base.css bottom of the file.
@media screen and (min-width: 990px){
.header--middle-left .header__inline-menu {
margin-left: auto;
min-width: 1200px !important;
text-align: center !important;
width: 100% !important;
}
}
Thanks!
@Questions1, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
@media (min-width: 990px){
.header{
display: flex !important;
justify-content: space-between !important;
}
}
Kind regards,
Diego
Top Man! 20 seconds! Done!
Big Thanx
This is an accepted solution.
Open assets/base.css in the code editor, look for this code around line 1887, and replace the first auto with 1fr.
Before:
After:
Does this still work for Dawn 9 or 10?
Si quelqu'un a besoin, cela fonctionne encore sur 13.0 et se trouve a la ligne 2421 dans le code - chez moi.
Cordialement
Thank You in 2024 😍
Hi
Simply add the following to the end of your base.css file
@media screen and (min-width: 990px) {
.header--middle-left {
grid-template-columns: auto 1fr auto;
}
}
.header__inline-menu {
justify-self: center; /* start | center | end */
}
You can set the menu postion to left, center or right by changing justify-self to start, center, or end respectively
Darren
Checkout our video tutorial if you are a beginner
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024