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 modify the size of the menu bar?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How to modify the size of the menu bar?
#7545
Re:How to modify the size of the menu bar? 13 Years, 6 Months ago Karma: 747
You can play with 'line-height' parameter. Reduce value of it that do menu items smaller.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7546
Re:How to modify the size of the menu bar? 13 Years, 6 Months ago Karma: 0
Great!
It works perfectly, possibly made a mistake in the process the first time. Now it works perfectly.

Thanks again!
The administrator has disabled public write access.
 
#7551
Re:How to modify the size of the menu bar? 13 Years, 6 Months ago Karma: 0
I see now that the menu that has submenu are larger than those without. I think it's because the image of the arrow, as it now is positioned almost at the bottom of the menu bar and not in the center as before shrink the size.
The administrator has disabled public write access.
 
#7558
Re:How to modify the size of the menu bar? 13 Years, 6 Months ago Karma: 747
Add the following CSS rules:

Code:


.ux-menu-container .ux-menu LI A.ux-menu-link-parent 
{
  padding: 10px 14px 8px;
}

.ux-menu-container .ux-menu LI A.ux-menu-link-parent SPAN.ux-menu-arrow
{
  top: 7px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7577
Re:How to modify the size of the menu bar? 13 Years, 6 Months ago Karma: 0
Thank you very much.
It works perfectly in this way.

.ux-menu-container .ux-menu LI A.ux-menu-link-parent SPAN.ux-menu-arrow
{
top: 7px;
}

But the rest of the code is very useful too.

Thank you very much!
Last Edit: 2010/10/04 09:55 By francosa.
The administrator has disabled public write access.
 
Go to topPage: 12