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?

Button field depth
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Button field depth
#25484
Button field depth 12 Years, 9 Months ago Karma: 0
Hi -

Please can you tell me how, in a vertical menu, to reduce the depth of the menu buttons at the second and third levels and to mid-align the label text to the new depth?

Many thanks,

Mike.
Last Edit: 2012/02/24 15:33 By badcoder.
The administrator has disabled public write access.
 
#25485
Re:Button filed depth 12 Years, 9 Months ago Karma: 760
Hello,

Provide a link to a page where we can see a menu and an image where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#25488
Re:Button filed depth 12 Years, 9 Months ago Karma: 0
Hi -

Can't give you a link because the site is on a development server, but the image attached is what I'm trying to achieve.

Thanks,

Mike.
The administrator has disabled public write access.
 
#25496
Re:Button filed depth 12 Years, 9 Months ago Karma: 760
Try the next CSS rule:

Code:


UL.ux-menu UL.ux-menu-sub LI A
{
 line-height: 16px;
 height: 16px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25499
Re:Button field depth 12 Years, 9 Months ago Karma: 0
Hi -

Thanks for the response, but the code didn't work. I already had a line in place to set the top level width, so I added the code below.
____________________

#ariext87 LI.ux-menu-item-level-0
{
width: 210px !important;
}
#ariext87 LI.ux-menu-item-level-1, LI.ux-menu-item-level-2
{
width: 132px !important;
height: 20px !important;
line-height: 16px !important;
padding: 0 !important;
vertical-align: middle !important;
}
_____________________

As you can see from the attached screen-shot, the label text does not mid-align and the last field in the list remains at its original depth. This may indicate that the menu items are falling behind one another, not actually reducing in depth.

Your help is much appreciated,

Thanks,

Mike.
The administrator has disabled public write access.
 
#25500
Re:Button field depth 12 Years, 9 Months ago Karma: 760
We can investigate an issue when you site is available online.

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