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?

How to set width 380 px in vertical menu?
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: How to set width 380 px in vertical menu?
#12350
How to set width 380 px in vertical menu? 13 Years, 2 Months ago Karma: 0
hello! Congratulations for your extension, it is perfect for my blog! sorry if i don't speak english very well. I still hope to be understood to you.
My requirement is to have the vertical menu and set a width of 380 px. how can I do? I looked at the css but anything result. could you help me? thanks.

image (see image if you want)
The administrator has disabled public write access.
 
#12362
Re:How to set width 380 px in vertical menu? 13 Years, 2 Months ago Karma: 748
Hello,

Add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


#{$id} LI.ux-menu-item-main
{
 width: 380px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#12374
Re:How to set width 380 px in vertical menu? 13 Years, 2 Months ago Karma: 0
thank you for suggestion. it's work.

1) if i want set width for submenu?

2) what i can set left arrow? for display sub menu on left?
The administrator has disabled public write access.
 
#12397
Re:How to set width 380 px in vertical menu? 13 Years, 2 Months ago Karma: 748
1. Use the next CSS rule:

Code:


#{$id} UL.ux-menu-sub LI
{
 width: 380px !important;
}



2. The module doesn't provide this ability. This feature is supported by "ARI YUI Menu" module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12441
Re:How to set width 380 px in vertical menu? 13 Years, 2 Months ago Karma: 0
admin wrote:
Hello,

Add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


#{$id} LI.ux-menu-item-main
{
 width: 380px !important;
}



Regards,
ARI Soft


I tried adding the above into the menu.css file and still the width of the vertical menu remains unchanged...please help
The administrator has disabled public write access.
 
#12442
Re:How to set width 380 px in vertical menu? 13 Years, 2 Months ago Karma: 748
Hello,

Provide link to page where we can see the menu.

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