Hi,
I would like to set the logo on the left side, search and cart icon on the right side.
But the search icon appear on the left side of the logo in mobile.
Please let me know how to fix this.
URL : k4yl.jp
Thanks.
Hi,
I would like to set the logo on the left side, search and cart icon on the right side.
But the search icon appear on the left side of the logo in mobile.
Please let me know how to fix this.
URL : k4yl.jp
Thanks.
@k4yl please add the below code to your theme’s CSS file.
.header>.header__search {
display: none !important;
}
.header:not(.header--has-menu) *>.header__search {
display: block !important;
}
I’ve confirmed it works!
Arigato! I really appreciate it.
However, now I noticed that the cart icon is not shown in some mobile.
It shows up by sliding the page.
But if the logo stays at the left edge and those icon stay on the right side and visible,
it would be perfect. I couldn’t think of any way for it.
Please let me know the solution for it.