Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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
(0 viewing) 
Go to bottomPage: 1
TOPIC: Menu Customization
#16984
Menu Customization 13 Years, 11 Months 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, 11 Months ago Karma: 764
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 13 Years, 11 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 13 Years, 11 Months ago Karma: 764
Could you explain what do you want to do?

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