Hi Michael Peters
You are using the mega menu plugin to display the menu and the search icon is displayed inside the theme menu. So it is not displaying on your site.
So we have customized the code for you to display the search icon together with the mega menu. For this, you need to
paste the below link code in site-navbar.php file.
https://pastebin.com/LUZmtubG
And also you need to paste the below css code in the Additional css box.
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary {
width: 85%;
float: left;
}
.theme-search-block {
padding-left: 2rem;
}
}
Let me know if it works for you.
Thanks
ThemeArile