I'm still a Joomla newbie, so I may have missed something obvious, but I placed an ARI Ext menu at position-1 of the beez5 template. I have only one tab with sub-menus, but all the items are simply bunched on top of each other, willing to neither expand or contract.
Here's the page so you can see what I mean:
http://www.dickinsondynamics.net/index.php/my-saint-michael-s
I have used a similar menu on a different template with no problems. Any suggestions would be greatly appreciated.
Note: I am using Joomla 2.5.3 and have add the following code in the CSS field for the module:
UL.ux-menu SPAN.ux-menu-arrow
{
display: none;
}
#header ul.ux-menu li a.ux-menu-link-parent
{
padding-right: 14px !important;
}