Hi, I moved the language selector to the header after the cart icon, however now the two icons are too close and on the phone the icons are also not align, I am using dawn theme. Can someone help me with this? The site is lino.eco
Thank you in advance.
If you know how to edit the css file you can add:
.header__icons{
align-items:center;
gap:10px;
}
where there gap:10px is how much space you want between the icon and the language selector.
1 Like
Hi @Tristram
Open Theme Editor > assets > base.css and this code at the bottom
.header__icons {
align-items: center;
}
.header__icons #FooterLanguageForm {
padding-left: 10px;
}
Try and let me know
1 Like
you [email removed] the wrong dude
Hey @Par-Digital !
Sorry to disturb, could you kindly share how you moved the language selector after the cart ?
I managed to bring it up to the header but it’s located weirdly under my header.
I would very much like to have it next to the cart.
Thanks a lot!