Hi all.
So I'm not a fan of the header in my current theme and I've moved the menu to where I want it (Logo left with menu underneath) however now the MegaNav that's pre-built in doesn't work?
I'm so confused!
Solved! Go to the solution
This is an accepted solution.
Hi there,
Jack from OpenThinking here!
Paste this code at the very end of your assets/index.css file:
@media (min-width: 60em) {
.header { grid-template-columns: 1fr auto!important; }
.header--center.header--inline .header__links {
order: 99!important;
grid-column: 1 / -1;
justify-self: center!important;
}
}
let me know if this works for your. If yes; accept my answer and give me thumbs up! Thank you.
User | Count |
---|---|
432 | |
194 | |
101 | |
95 | |
90 |