I am currently designing a complex menu system, specifically a mega menu. Initially, I attempted to add a submenu under one of the main menu tabs. The first image file showcases the CSS properties applied to this submenu design.
The subsequent file illustrates the HTML code structure used to create the submenu.
In the third image file, you can see the actual output. My goal was to display the submenu below the products section in a side-by-side alignment, but the outcome fell short of my expectations. While submenus with images work fine, I am encountering difficulties only when attempting to implement a submenu under the products category.
For reference, here is the jsfiddle link to access the code -
`https://jsfiddle.net/chintu/eqx60spx/`