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
#21814
How to fix height and width 12 Years, 7 Months ago Karma: 0
The menu has two options, auto-width or not, but is there a way to fix the width and height of the menuitems and submenu items

I'm using the Module for a vertical menu

Pls find the Sitenamen
Last Edit: 2011/11/17 07:36 By SPABO.
The administrator has disabled public write access.
 
#21815
Re:How to fix height and width 12 Years, 7 Months ago Karma: 748
Hello,

Could you explain in more details what do you mean under "fix the width and height of the menuitems and submenu items"? Menu items look normal on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21837
Re:How to fix height and width 12 Years, 7 Months ago Karma: 0
Eg
Menu items(buttons) : height 25px; width 125px;
Submenu items(buttons) : height 18px; width 125px;

Regardless the selectbutton in the moduleparams : Autowidth Yes/No

So I mean : fixed sizes

Trust you understand what I'm trying to find out
The administrator has disabled public write access.
 
#21839
Re:How to fix height and width 12 Years, 7 Months ago Karma: 748
Add the next CSS rules:

Code:


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

.art-sidebar1 .ux-menu LI
{
 width: 125px !important;
}

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



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

Great !!! Now I can play around with the items!!

How to close the topic by the way???
The administrator has disabled public write access.
 
#21846
Re:How to fix height and width 12 Years, 7 Months ago Karma: 0
I was too early I'm afraid
Line height of sub menu buttons don't get adjusted

Code:

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

--------------------------------------------------------------------------------



Line height menu and width changes are working fine
The administrator has disabled public write access.
 
Go to topPage: 12