Force Flyout to Display
On some themes the flyout doesn’t open when you hover. Fortunately there is an easy fix that works for 90% of these cases!
Simply add the following css to your theme’s custom css section:
li.wpmenucartli:hover ul.wpmenucart{
display:block;
}
That should do it! If not just email [email protected] and let us know 🙂