Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Joomla 1.7 Menu 100% width problem
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Joomla 1.7 Menu 100% width problem
#18565
Joomla 1.7 Menu 100% width problem 12 Years, 8 Months ago Karma: 0
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.
The administrator has disabled public write access.
 
#18584
Re:Joomla 1.7 Menu 100% width problem 12 Years, 8 Months ago Karma: 747
Hello,

Provide link to page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#18643
Re:Joomla 1.7 Menu 100% width problem 12 Years, 8 Months ago Karma: 747
Add the next CSS rule:

Code:


body #leftmenu 
{
 width: 100%;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18661
Re:Joomla 1.7 Menu 100% width problem 12 Years, 8 Months ago Karma: 0
The code doesn't extend the menu to full width.

The site is here

And my old site is just one level down (Removing the j17 directory).

See how on my old site it is full length just fine, that is what I am trying to accomplish.
The administrator has disabled public write access.
 
#18662
Re:Joomla 1.7 Menu 100% width problem 12 Years, 8 Months ago Karma: 747
Provided code doesn't work because you changed module position or site template. Use the next code:

Code:


body div.pw
{
 width: 100%;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18663
Re:Joomla 1.7 Menu 100% width problem 12 Years, 8 Months ago Karma: 0
Thank you, that code fixed it.
The administrator has disabled public write access.
 
Go to topPage: 1