I've searched through this forum for existing help with customising a horizontal menu to make it stretch to full page width. Taking pointers from the posts I've found I've tried adding the following CSS, which hasn't made any difference to the menu width.
BODY DIV.ux-menu-container UL.ux-menu-horizontal ux-menu-link-first ux-menu-item-parent-pos0
{
display: -moz-inline-stack;
display: inline-block;
zoom:1;
*display: inline;
}
#ariext84_container .ux-menu-container .ux-menu LI.ux-menu-item-main
{
width: 100%;
}
The site itself is here
www.cakepopcorner.co.uk/
I'd be very grateful for some assistance in getting the menu width changed to take up the full page width. That is, from where it is at present at the left, ending beneath the white logo image block at the top of the page.
With much appreciation in advance,
Jonathan