Hi,
Is it possible to have navbar search in the start of menu list, before home instaed of the last?
Thanks
Hi,
Is it possible to have navbar search in the start of menu list, before home instaed of the last?
Thanks
Hi @funkweb,
Are you using the Native Header the same as in X? If so, please try this code in X > Theme Options > JS:

jQuery('.desktop .x-menu-item-search').prependTo('.x-navbar .desktop .x-nav');
Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.