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?

Vertical menu width . . . again.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Vertical menu width . . . again.
#24824
Vertical menu width . . . again. 12 Years, 4 Months ago Karma: 0
Hi -

I'm having problems with adjusting the width of the top level 'buttons' for a vertical menu. I'd like the width to be 210px, but using firebug to check the code, it seems that the menu has picked up a default width of 156px - see extract below:

<ul id="ariext87" class="ux-menu ux-menu-vertical" style="width: 156px;">
<li class="ux-menu-item-main ux-menu-item-level-0 ux-menu-item112 ux-menu-item-parent-pos0" style="width: 156px;">
<li class="ux-menu-item-main ux-menu-item-level-0 ux-menu-item123 ux-menu-item-parent-pos1" style="width: 156px;">

I've looked through the forum and tried several css options you've given to other people, eg.

#menu LI.ux-menu-item-level-0
{
width: 210px !important;
}

but nothing seems to work - please help.

Thanks in advance,

Mike.
The administrator has disabled public write access.
 
#24830
Re:Vertical menu width . . . again. 12 Years, 4 Months ago Karma: 748
Hello,

Try the next CSS rule:

Code:


#ariext87 LI.ux-menu-item-level-0
{
 width: 210px !important;
}



If it doesn't help, provide a link to a page where we can see a menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24831
Re:Vertical menu width . . . again. 12 Years, 4 Months ago Karma: 0
Yes, that did it! Thankyou!!!
The administrator has disabled public write access.
 
Go to topPage: 1