Hello, We need a header change.
We are currently missing the search icon. The search box appears only in the menu.
- We want to add the search icon.
- We want to center the logo on the center.
Our shop: https://bit.ly/3H4CbQi
Hello, We need a header change.
We are currently missing the search icon. The search box appears only in the menu.
Our shop: https://bit.ly/3H4CbQi
Hi @PascovskiV ,
You can follow the instruction below:
@media (max-width: 991px) {
.site-header__search-pop {
display: block !important;
}
.site-header__logo {
position: absolute;
top: -28px;
left: calc(50% + 50px);
width: 100px;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
It works! Thanks!