Hi Gregory
Please add the below CSS code in the Additional CSS box.
@media (max-width: 500px){
.navbar .nav .menu-item .nav-link {
font-size: 16px !important;
}
.navbar .nav .menu-item .dropdown-item {
font-size: 14px !important;
}
}
Let us know if it works.
Thanks