Hey Gudwrkagency,
first of all, thank you for the purchase!
I’ve looked into the code of your website and it seems that the Bootstrap framework that is installed on it is interfering with the theme, since it also has a “.dropdown-menu” class which it styles very distinctively. I wouldn’t recommend using Bootstrap or any other framework together with WordPress themes, but in case it is an absolute necessity, you can effectively cancel the Bootstrap’s CSS specifically for the theme’s mobile menu drop-downs with some additional CSS (add it at the bottom of the “style.css” file which should open by default when going to “Appearance -> Editor”):
.mobilemenu .dropdown-menu {
position: static !important;
display: block !important;
padding: 0 !important;
}
Please let me know if it works!
Sincerely,
Andrii / Satori Studio