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?

submenu width control
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: submenu width control
#4290
submenu width control 13 Years, 10 Months ago Karma: 0
Hi there,
How can I determine the width of the sub-menu?
I missing 5px to the left...!
cheers
Last Edit: 2010/05/15 17:36 By mkariti.
The administrator has disabled public write access.
 
#4294
Re:submenu width control 13 Years, 10 Months ago Karma: 746
Hello,

If you want to add 5px left padding to all sub-menus items, you can add the following CSS rule to your template CSS file:

Code:


.ux-menu .ux-menu-sub li a
{
  padding-left: 5px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4603
Re:submenu width control 13 Years, 10 Months ago Karma: 0
i am having this same problem. tried the code, and change around auto width or not. still messed up for the drop downs

www.musicismytherapy.com
The administrator has disabled public write access.
 
#4604
Re:submenu width control 13 Years, 10 Months ago Karma: 746
Hello,

Set 'Auto width' property to 'Yes' and add the following CSS rule to your template CSS file:

Code:


#pillmenu .ux-menu A
{
  float: none;
  text-align: left;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4605
Re:submenu width control 13 Years, 10 Months ago Karma: 0
WOO HOO THANK YOU
Last Edit: 2010/06/02 20:10 By JimmyWow.
The administrator has disabled public write access.
 
#4608
Re:submenu width control 13 Years, 10 Months ago Karma: 746
If you want that all sub-menus items have the same width, type the following code in 'CSS Styles' parameter in module settings:

Code:


#{$id} .ux-menu-sub A
{
  width: 130px;/* Set appropriate width here */
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1