Thank you so much!
I have removed the code. Thank you
The following code is what I added:
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate {
display: block !important;
}
.av-main-nav > li { display: none; }
li#menu-item-search {
display: block!important;
margin-top: -86px;
right: -25px;
}
.responsive .main_menu {
float: right;
}}
li#menu-item-search>a {
font-size: 28px!important;
}
nav.main_menu { float: right; margin-right: -0.6%; margin-top: 2%; }
I found the code to add to the Quick CSS to add the search on mobile. However, it is poorly implemented and does not look good.