rathanacio,
Thanks for trying out the theme, we appreciate it 🙂
For the menu – this is by design to facilitate users on mobile phones and tablets (touch devices) since there is no means to “hover” on those devices.
If you would still like to modify the behavior of the menu, please try this in the Advanced > Custom CSS area:
@media (min-width: 979px) {
ul.nav li.dropdown:hover ul.dropdown-menu {
display: block;
}
}
Best of luck.
Thanks for the quick response. I understand the reasoning and I’ll play around with my options to make that work for us.
I’m not sure how to mark this resolved.
I’ve done this for you 🙂 Thanks and let me know if you need anything!