Regarding issue with arrow. It seems you have override some menu styles in <joomla_dir>/templates/test/css/menu.min.css file and set incorrect path to right arrow in the following CSS rule:
Code: |
.ux-menu.ux-menu-vertical .ux-menu-arrow,
.ux-menu ul .ux-menu-arrow
{
width:6px;
height:8px;
top:13px;
background:url(../topmenu/css/menu-arrow-right.png) no-repeat;
}
|
correct this or use default menu styles. About the second question, the menu doesn't provide ability to fill all available space.
Regards,
ARI Soft