I am currently using Yui Menu on the 1.5.23 install of Joomla with no problems obtaining 100% width as my template is fluid.
Duplicating the same settings that I have on 1.5.23 in the 1.7 installation using the latest Yui Menu, I can't seem to make the menu 100% width to match my old site's version.
I have tried the following CSS Rule as shown in a different posting for 100% width:
Code: |
div#main-content
{
padding-left: 0;
padding-right: 0;
}
|
But this did not work, I am using the same template on 1.7 as I am on 1.5.23 (the author released a 1.6 version).
I can make the menu any width I want using pixels, but since this is a fluid site and resizes dynamically, that won't work too well.