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?

Adjust menu / submenu items width and height
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Adjust menu / submenu items width and height
#22951
Adjust menu / submenu items width and height 12 Years, 6 Months ago Karma: 0
The attached screen shot refers:

I would like the submenu items to be the same width as the menu item they drop down from. Also I would like to control the width of the menu items as displayed. In other words, I need all of the "boxes" to be of the same dimensions.

I would also like submenu items to be lef-aligned.

This is however totally above my abilities. I have tried countles lines of code, but it seems none of it has any effect.

Please help?
The administrator has disabled public write access.
 
#22953
Re:Adjust menu / submenu items width and height 12 Years, 6 Months ago Karma: 748
Use "Sub-menu items styles -> Text align" parameter in module settings to specify text align for sub-menu items.

About width, use the next CSS rules:

Code:


#topmenu UL.ux-menu LI
{
 width: 210px !important;
}


#topmenu UL.ux-menu .ux-menu-sub LI
{
 width: 162px !important;
}

#topmenu li ul.ux-menu-sub a
{
 width: 100%;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22958
Re:Adjust menu / submenu items width and height 12 Years, 6 Months ago Karma: 0
Thx for really great support. Everything works perfectly.

As for the left align on the sub-menus, gross oversight on my side, sorry.
The administrator has disabled public write access.
 
Go to topPage: 1