when viewing site: https://epoxybathrooms.com.au/ on mobile, or shrinking browser width to below 768px, the ‘+’ symbol to the right of the hamburger menu item ‘PRODUCTS’ disappears.
This renders access to the sub-menu this would open impossible.
Max Mega Menu plugin is installed, but it is not enabled in the usual Appearance-Menus area.
This theme runs a jquery script that sets up the toggle option for the menu, I have changed the value in this script from mobile width setting of 768px to 700px. However, this does not appear to have changed the behavior that as soon as screen width is below 768px, the ‘+’ submenu link disappears from the menu …
It would be great if anyone had seen something similar or had an approach. So far CSS overrides haven’t fixed the problem. I notice that when this sub-menu toggle link disappears the values in the following CSS that enable this link are crossed out:
#Top_bar #menu ul li.submenu .menu-toggle {
display: block;
position: absolute;
Any ideas based on the info I’ve given?
Thanks, Brent