Hi,
Ive tried several codes from previous (old) posts but they dont work. Id like to move my search icon next to my other 3 icons on the right. Also Id like to add my language bar here, anyone who can help? My site is www.klipoorbellen.com
Hi,
Ive tried several codes from previous (old) posts but they dont work. Id like to move my search icon next to my other 3 icons on the right. Also Id like to add my language bar here, anyone who can help? My site is www.klipoorbellen.com
Hi @Klipoorbellennl ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (min-width: 990px) {
.header--top-center > .header__search {
display: none;
}
.header--top-center * > .header__search {
display: inline-flex;
}
}
Hi, tried it but nothing’s happening…?
YES! it works! could you also let me know how to get my language bar top right? It is now in the footer but i want it to appear when people open the page. (next to search bar or bove/below it)
Hi @Klipoorbellennl ,
Please change code:
@media screen and (min-width: 990px) {
.header:not(.header--top-center) * > .header__search,
.header--top-center > .header__search {
display: none !important;
}
.header:not(.header--top-center) > .header__search,
.header--top-center * > .header__search {
display: inline-flex !important;
}
}
it will show like this: