Hi, noticed when you activate the search button in head-search module it does not stay on the side on the search bar but on top or below instead of being next to the magnifying glass icon. Can it be placed on the right hand side like it shows on the second ( lower ) virtuemart search option on search results pages
bigbroso Hi Open template folder /css/custom.css file create this file if it does not exist and add this code
@media (min-width: 768px){ .head-search .search { display: flex; }}
It will fix the problem your are facing.
Regards
Thanks Pankaj, really appreciate it
bigbroso . You are welcome!