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?

WIDTH and HEIGHT of vertical menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: WIDTH and HEIGHT of vertical menu
#25832
WIDTH and HEIGHT of vertical menu 12 Years, 4 Months ago Karma: 0
Struggling again wher to change the width of
1 Menitems
2 Submenuitems

Also for the height of
1 Menuitems
2 Submenuitems

note : Joomla 2.5.1
Last Edit: 2012/03/03 19:29 By SPABO.
The administrator has disabled public write access.
 
#25845
Re:WIDTH and HEIGHT of vertical menu 12 Years, 4 Months ago Karma: 748
Hello,

Provide a link to a page where we can see a menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#25872
Re:WIDTH and HEIGHT of vertical menu 12 Years, 4 Months ago Karma: 0
OKAY, I managed the VERTICAL MENU with the following in de CSS Style box
Code:

.ux-menu A.ux-menu-link-level-0
{
 line-height: 8px !important;
}
.ux-menu LI
{
 width: 168px !important;
}
.ux-menu A.ux-menu-link-level-1
{
 line-height: 4px !important;
}



But if I want the add a new HORIZONTAL (top)Menu, I takes teh CSS styles from teh verticla menu.
How to adjust the style of teh TOPMENU

Pls find teh link to the testsite www.spabo-pp.nl/JOOM25/
The administrator has disabled public write access.
 
#25875
Re:WIDTH and HEIGHT of vertical menu 12 Years, 4 Months ago Karma: 748
Use the next CSS rules for horizontal menu:

Code:


UL.ux-menu-horizontal A.ux-menu-link-level-0
{
 line-height: 8px !important;
}
UL.ux-menu-horizontal LI
{
 width: 168px !important;
}
UL.ux-menu-horizontal A.ux-menu-link-level-1
{
 line-height: 4px !important;
}



instead of provided CSS rules.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#25880
Re:WIDTH and HEIGHT of vertical menu 12 Years, 4 Months ago Karma: 0
Nope, no results
Pls find the link to the testsite
www.spabo-pp.nl/JOOM25/
The administrator has disabled public write access.
 
#25885
Re:WIDTH and HEIGHT of vertical menu 12 Years, 4 Months ago Karma: 0
It was in the template, row 744 !!!

height was 40 had to be 10px

Case closed ! And thanks for the support
The administrator has disabled public write access.
 
Go to topPage: 1