Sorry about that, never mind. Got it.
If anyone else reads this, your media queries are in your “Style.css” file inside of the theme you are using.
you must insert the following:
@media screen and (max-width: 600px){
.wprmm_menu ul.two-column, .wprmm_menu ul.two-column li, .wprmm_menu .two-column li {
width:99%;
margin: 0 2% 5px 0;
padding: 0;
float: none;
}