Hi,
I have fixed that issue now. It turned out I hadn’t added the closing parantheses 😮
One last thing, I have a similar (but not so important) issue with 2 other components (sobi-pro and communitysurveys) in that the place dots to the left of each menu item. I tried adding the following to the costom.css but it had no effect on the menus for these 2 components:
#communitysurveys-wrap li{
background: none !important;
margin-bottom: 0 !important;
overflow: visible !important;
padding-left: 0 !important;
}
#sobipro-wrap li{
background: none !important;
margin-bottom: 0 !important;
overflow: visible !important;
padding-left: 0 !important;
}