Replace with this
@media screen and (max-width: 768px) {
.header–top-center>.header__search {
display: none !important;
}
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
A user is trying to enable the search feature in the mobile header but encounters an issue where search icons appear on both sides of the logo instead of in the desired location.
Proposed Solution:
display: none !importantCurrent Status:
Note: Several posts contain reversed/mirrored text, making portions difficult to interpret accurately.
Replace with this
@media screen and (max-width: 768px) {
.header–top-center>.header__search {
display: none !important;
}
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.