I have an issue with the menu on my website. The main menu is working fine, but the sub-menu does not start from the first list item, which is needed for it to function as a Mega menu.
I attempted to fix this by adding the following code:
#ayurmenu ul li:hover > ul {
left: 0px;
}
However, this solution did not work. You can view the JSFiddle link below to see the issue.
PS: In addition, for the "About Us" section, the sub-menu should also start from the same list item, rather than the first one.