Archived topic
move to the right the menu search icon in mobiles
3 replies · Started by Jorge on December 30, 2021
Hi, I´d like to know how can I move the search icon to the right hand or to open in anotherthe search in another way so in mobiles the "X" won´t appears in the medium of the box where you type the search.
As I can not send an image, I´ll try to reproduce here the behaviour:
When you type in the search box, this is what happens:
"brown hat made of wool aXnd cotton" -> The "X" is the close icon that keeps in the middle of the search.
Thanks
Hi there,
can you share a link to your site so i can see the layout and provide a fix for that
Thanks David. Here it is:
(in mobile device)
https://artesur.es
You can try this CSS it will open the Search Field Below the navigation:
@media (max-width: 768px) {
.navigation-search.nav-search-active {
top: 100%;
}
}