Hi Rosemary,
Please follow the following steps to fix your issue:
Go to Dashboard=> Appearance=> Custom Css=> Then please remove the css which is shown below:
@media screen and (max-width: 1030px){
ul.mobilemenu {
max-height: 400px!important;
}
}
@media screen and (max-width: 480px){
ul.mobilemenu {
max-height: 250px!important;
}
}
And Update it.
Thanks