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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Drop Down Menu Width Problem
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Drop Down Menu Width Problem
#27787
Re: Drop Down Menu Width Problem 12 Years, 7 Months ago Karma: 0
Ok I turn the website to maintenance for the mean time, seems there's no admin here till later. Be back later.
The administrator has disabled public write access.
 
#27847
Re: Drop Down Menu Width Problem 12 Years, 7 Months ago Karma: 760
We will ready to investigate the problem when your site is online.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#28060
Re: Drop Down Menu Width Problem 12 Years, 6 Months ago Karma: 0
sir, this is my other website, you can check it, i think its just the same problem, i just want the width of the drop down menu be align with the parent menu.

www.mpnzhy.net

thank you very much
The administrator has disabled public write access.
 
#28065
Re: Drop Down Menu Width Problem 12 Years, 6 Months ago Karma: 760
Hello,

It is not an issue, the menu works in this way. It doesn't provide ability to fit width of sub-menu items to parent width. Width of sub-menu items can be changed manually for each sub-menu one by one. For this use the next CSS rule:

Code:


.ux-menu LI.ux-menu-itemITEMID .ux-menu-sub LI
{
  width: 200px !important;
}



Where ITEMID is ID of parent menu item. In your case you can add the next CSS rules:

Code:


.ux-menu LI.ux-menu-item11 .ux-menu-sub LI
{
  width: 97px !important;
}

.ux-menu LI.ux-menu-item17 .ux-menu-sub LI
{
  width: 108px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28069
Re:Drop Down Menu Width Problem 12 Years, 6 Months ago Karma: 0
Perfect! So that's the code you need to add.
Thank you very much.
The administrator has disabled public write access.
 
Go to topPage: 12