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 fix height and width
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How to fix height and width
#21849
Re:How to fix height and width 12 Years, 7 Months ago Karma: 748
Sorry, use the next one:

Code:


.art-sidebar1 A.ux-menu-link-level-0 .ux-menu-sub A
{
 line-height: 18px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21874
Re:How to fix height and width 12 Years, 7 Months ago Karma: 0
I'm sorry, tried both versions, but the height of the sub stays unchanged.
The administrator has disabled public write access.
 
#21875
Re:How to fix height and width 12 Years, 7 Months ago Karma: 748
You can play with padding. CSS rule will look like:

Code:


.art-sidebar1 LI.ux-menu-item-level-0 .ux-menu-sub A
{
 line-height: 18px !important;
 padding-top: 2px;
 padding-bottom: 2px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21880
Re:How to fix height and width 12 Years, 7 Months ago Karma: 0
Based on:
Code:


.art-sidebar1 .ux-menu A.ux-menu-link-level-0
{
 line-height: 14px !important;
}
.art-sidebar1 .ux-menu LI
{
 width: 185px !important;
}
.art-sidebar1 LI.ux-menu-item-level-0 .ux-menu-sub A
{
 line-height: 21px !important;
 padding-top: 1px;
 padding-bottom: 1px;
}



HERE are the results!

Tx so much
The administrator has disabled public write access.
 
Go to topPage: 12