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?

Menu Customization
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Menu Customization
#16984
Menu Customization 13 Years ago Karma: 0
Hello,

i have this website.
i want to center it and some of the functions doesnt work i still have some spaces between the drop down items?
how could i remove the spaces?
The administrator has disabled public write access.
 
#17001
Re:Menu Customization 13 Years ago Karma: 748
Hello,

Add the next CSS rule:

Code:


#jsn-logo .ux-menu a
{
 display: block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17068
Re:Menu Customization 12 Years, 12 Months ago Karma: 0
thank you that worked!

now i have this code

but its only applied to the menu not to the submenu

.ux-menu-horizontal LI.ux-menu-item-level-0
{
border-right: 1px solid red;
}

.ux-menu-horizontal .ux-menu-sub LI A
{
border-bottom: 1px solid red;
}


how can i apply it too the submenu it must work horizontal and vertical
The administrator has disabled public write access.
 
#17069
Re:Menu Customization 12 Years, 12 Months ago Karma: 748
Could you explain what do you want to do?

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