I hope you are well today and thank you for your question.
You can achieve this by adding the below CSS code in the Custom CSS option of Add Search To Menu plugin settings on the path Settings -> Add Search To Menu
@media (min-width: 992px){
.navbar-nav li.astm-search-menu.astm-search-menu.dropdown {
position: absolute;
right: 90px;
top: 8px;
}
.navbar-nav li.donate {
margin-left: 40px;
}
}
Best regards,
Thank you. As a follow question, is there a jquery function that would prepend the list items so that the search icon would display before the donate button?
Regards,
Tim
Yes you can try using below jQuery prepend function.
http://api.jquery.com/prepend/