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?

Submenu issues
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Submenu issues
#22727
Submenu issues 12 Years, 6 Months ago Karma: 0
I try to add a submenu item, but the title is divided in two lines because of a space between two words. How can I show the title in one line?

After "hovering" "Bestuur" the submenu does not disappear.

These issues do not appear in the case I use another position on the webpage, but I prefer to use the top menu position.

I am not sure where I can add additional CSS code and what kind of CSS code is required for these 2 issues.
Can you provide support? Please visit: www.chantemble.nl
Thanks in advance.
ton
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#22728
Re:Submenu issues 12 Years, 6 Months ago Karma: 748
Hello,

Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


.ux-menu-sub LI A
{
 white-space: nowrap !important;
}

.ux-menu-hidden
{
 display: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22729
Re:Submenu issues 12 Years, 6 Months ago Karma: 0
Great!! Both issues are solved now. Thanks a lot for the incredible service.
ton
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1