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 of 2nd level menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Width of 2nd level menu
#34541
Width of 2nd level menu 11 Years, 7 Months ago Karma: 0
Hi,

could you help me change width of 2nd level menu to 200px and remove space between topics?

Is it possible move right arrow to center of height?
www.salonvladka.cz/index.php


Thank you
The administrator has disabled public write access.
 
#34542
Re:Width of 2nd level menu 11 Years, 7 Months ago Karma: 748
Hello,

Add the following CSS rules:


UL.ux-menu UL.ux-menu-sub LI
{
width: 230px;
padding: 0 !important;
line-height: 24px !important;
}

UL.ux-menu UL.ux-menu-sub LI A
{
height: 24px;
line-height: 24px;
white-space: nowrap;
}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#34543
Re:Width of 2nd level menu 11 Years, 7 Months ago Karma: 0
And possition of blue arrow on center?
The administrator has disabled public write access.
 
#34544
Re:Width of 2nd level menu 11 Years, 7 Months ago Karma: 748
These problems with site template styles for default site template menu. Add the following CSS rule:


UL.ux-menu SPAN.ux-menu-arrow
{
top: 2px !important;
}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#34545
Re:Width of 2nd level menu 11 Years, 7 Months ago Karma: 0
And remove hover background color in 1st level?
The administrator has disabled public write access.
 
#34546
Re:Width of 2nd level menu 11 Years, 7 Months ago Karma: 748
UL.ux-menu A
{
background-image: none !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12