menu not clicking
Responsive community-minded music Joomla template with JomSocial extension support.
hi guys
when i go to a sub menu it dissappears, i cannot for the life of me get to click on a sub menu item.
using chrome.
www.poprepublic.tv
-
- Platinum Boarder
Hi,
Try to add this code to override.css and make sure override is enabled in template settings:
- Code: Select all
.gkMenu .childcontent {
pointer-events: auto;
}
-
- Moderator