I hope you are well today and thank you for your question.
You can achieve this by modifying following plugin hook added in the plugin file /add-search-to-menu/includes/class-is.php
add_filter( 'wp_nav_menu_items', array( $public, 'wp_nav_menu_items' ), 99, 2 );
Alternatively, we can try achieving this developing CSS code if you share me your site URL.
Best regards,
Thread Starter
ucelme
(@ucelme)
Hello. And how it should be modified? I don’t understand.
You have to develop custom and If you are not familiar with WordPress coding then as requested above, could you please share me your site URL where it’s displaying so that I can help you?
Can you add code to have different positions for different nav menus as well?
@lorddemos90 I have created a feature request for it so that it will be implemented in the future version of the plugin.
In the meanwhile, you can achieve this developing code as described above in this topic.