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 support@wpovernight.com and let us know