Hello, Maddy!
To fix that, navigate to your custom CSS, and replace this code:
.mobile-menu-icons{
display: relative!important;
flex-direction: column!important;
margin:10px;
right:0px!important;
}
.mobile-menu-search{
order: 2!important;
margin:10px auto!important;
text-align: center!important;
}
https://prnt.sc/ti8esg (delete this code)
with the following:
.mobile-menu-icons{
margin:10px;
right:0px!important;
}
.mobile-menu-search{
margin:10px auto!important;
text-align: center!important;
}
.mobile-menu-toggle.toggle--elastic {
margin-left: 5px;
}
Regards