Sub Menu Not Working

Hello–

The sub-menu is not working. It works in the Customizer in the admin panel preview – everything looks fine. But, on the live site (www.scriptdbox.com) it isn’t working.

The link “Members” has 2 sub-menus. When you hover over “Members” those links should appear underneath it. Instead, they are appearing off to the left under “FAQ” and it’s impossible to click them.

How do I make these appear where they should be?

Hello there,

I hope you are doing well today.

When I hover over the Members link the drop down menu appears below it. What browser are you using?

In the meantime, please use the following link to clear your browser cache:

Best Regards,
Support

I emptied my cache and it’s still occurring. I’ve tried it on two computers with different browsers and it’s still happening.

Also I just saw your question – I am using Google Chrome. It is totally up to date. But, I also tried it on Firefox.

Hello there,

I hope you are doing well today.

On my end the drop down menu appears fine however you can use the following CSS code to adjust the left value for the drop down by going to Appearance > Customize > Additional CSS and pasting it there.


/*Dropdown  menu left value*/
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
    left: 50%;
}

Best Regards,
Support