I am currently using a Fusion theme for WordPress and trying to replicate the mega menu from the previous website. Take a look at our production site:
Production site
If you hover over "Expertise" and then "Families & Individuals," you will see the sub-menu appear on the right with a line separator.
Now, check out our development site:
Development site
On hovering over "Expertise," all sub-menus are displayed, making the mega menu container too long.
I believe I will need to write some JQuery code to fix the issue with the menu hover effect. But how can I style the menu to display the sub-menu similar to the production site?
Unfortunately, I can't share the code as it is scattered throughout the extensive stylesheet provided by the theme developer.
Do you have any tips, suggestions, or ideas?
ADDED COMMENT/QUESTION: While I managed to use JQuery to show/hide items as intended, I'm struggling to achieve the desired appearance of the sub-menu. Although I can move the sub-menu to the right, I'm having trouble removing the list style to eliminate the arrows. Any thoughts on how to align these two menus?