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 make submenu items shorter than main menu?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to make submenu items shorter than main menu?
#37312
How to make submenu items shorter than main menu? 11 Years, 3 Months ago Karma: 0
I've messed around with the CSS a ton and haven't been able to figure this out. My menu and submenu looks like this:



But I want it to look like this - less height than the main menu (so I can fit in more items).



I've tried several things in CSS and it just messes up the appearance.

Thank you!
The administrator has disabled public write access.
 
#37313
Re:How to make submenu items shorter than main menu? 11 Years, 3 Months ago Karma: 0
It won't let me put two images in one post. Here is what I meant to have:

The administrator has disabled public write access.
 
#37318
Re:How to make submenu items shorter than main menu? 11 Years, 3 Months ago Karma: 748
Hello,

Send a link to a page where we can see the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#37342
Re:How to make submenu items shorter than main menu? 11 Years, 3 Months ago Karma: 0
The site is here.

Thank you!
The administrator has disabled public write access.
 
#37343
Re:How to make submenu items shorter than main menu? 11 Years, 3 Months ago Karma: 748
Add the following CSS rule:

UL.ux-menu-vertical UL.ux-menu-sub A
{
line-height: 4px;
}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#37349
Re:How to make submenu items shorter than main menu? 11 Years, 3 Months ago Karma: 0
That's perfect. Thank you!
The administrator has disabled public write access.
 
Go to topPage: 1