Shopify themes, liquid, logos, and UX
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
@Klipoorbellennl hi hope you are well
check the screenshot properly
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...?
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:
Please add this code to theme.liquid file, after <head> in Online store > Themes > Edit code
<style>
.header > .header__search {
grid-area: icons !important;
justify-self: end !important;
margin-right: 111px;
}
</style>
- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
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)
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025