Is there a way to minimize the search feature on mobile phones by changing its appearance into a search icon?
Hello, To fix this issue use following css code in Custom CSS. Code: @media only screen and (max-width: 320px){ label.screen-reader-text { display: none; } input#yith-s { width: 67%; } } That will resolve your issue. Thanks & Regards Yogesh Bhade