If I click any area within the gray shadow, the menu is closed.
The site is http://www.yingtaodental.com/
Hi there,
This is not from my plugin, but from line 306 of your file http://www.yingtaodental.com/wp-content/themes/dentario/shortcodes/theme.shortcodes.css
You have the following style declaration:
.esg-navigationbutton.esg-loadmore:hover::after, input[type="submit"]:hover::after, input[type="button"]:hover::after, button:hover::after, .content .booking_clear_custom:hover::after, #booking_submit_button:hover::after, .pagination_viewmore > a:hover::after, .sc_button:hover::after {
right: 120%;
transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
If you remove that then it all works fine.
All the best
Yes, that solves the problem. Thanks for the help