Hello!
I am using the dawn theme and my URL is carcleansweden.se.
I recently changed so my menu and logo, icons are on 2 different rows:
I used this code in theme.liquid before the tag in order to split them to 2 different rows:
@media screen and (min-width: 990px) { .header--middle-left { grid-template-areas: "heading icons" "navigation navigation"; grid-template-columns: auto 1fr; grid-template-rows: auto; column-gap: 2rem; } nav.header__inline-menu { display: flex; justify-content: center; } }So now it looks great but when I load the website or if I go to another page the old menu pops up for a small second:
Is it possible to fix it? maybe replace some code or something like that?
I would hugely appreciate the help!

