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?

Line break issue in Firefox
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Line break issue in Firefox
#49411
Line break issue in Firefox 9 Years, 11 Months ago Karma: 0
Hi, first off, thanks for a great module, it works great.

I am having an issue with the sub-menu widths in Firefox as indicated by the attached image. In some sub menu items the title has a strange line break in it, but this does not happen in IE or Chrome... any ideas?

Last Edit: 2014/05/08 18:06 By ccvortex.
The administrator has disabled public write access.
 
#49412
Re:Line break issue in Firefox 9 Years, 11 Months ago Karma: 747
Hello,

Send a link to a page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49413
Re:Line break issue in Firefox 9 Years, 11 Months ago Karma: 0
login at the bottom using both name and password of test
Last Edit: 2014/05/09 03:49 By ccvortex.
The administrator has disabled public write access.
 
#49416
Re:Line break issue in Firefox 9 Years, 11 Months ago Karma: 747
Add the following CSS rule:

UL.ux-menu LI A
{
white-space: nowrap;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49417
Re:Line break issue in Firefox 9 Years, 11 Months ago Karma: 0
I got it to work using this forced CSS:
Code:


#ux-menu-item-level-1 {
    width: 180px!important;
}
.ux-menu-item-level-1 {
    width: 180px!important;
}


But what I really want it to do is just go to the longest sub menu item... possible?
Last Edit: 2014/05/08 19:24 By ccvortex.
The administrator has disabled public write access.
 
#49419
Re:Line break issue in Firefox 9 Years, 11 Months ago Karma: 747
Use the CSS rule from our previous post.

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