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 and menu width
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Submenu and menu width
#15316
Submenu and menu width 13 Years, 1 Month ago Karma: 0
Hi,

I'm trying to fix my menus so they look proper. Currently on my site I have a horizontal menu (top position) and if you hover over the 'Events' dropdown, the submenu name is to long for one of the items and as a result the text is moved to the next line but it looks terrible. How can I move the width of that submenu so the text stays on the same line.

I also want to a submenu to the 'Honor Wall' menu item but when I do that, the word 'Wall' is bumped to the line below and it has a similar bad look like the submenu item above. The width of the parent menu was set in the menu.min.css file:

Code:

.ux-menu-container LI.ux-menu-item-main
{
  width: 127px;  
}



But if I increase that width the menu items get moved to the next line. If I set it to auto, they are not evenly spaced across the top but are all right justified and don't fit the 100% of the topmenu.

You can find the site here: Click

Thanks.
The administrator has disabled public write access.
 
#15324
Re:Submenu and menu width 13 Years, 1 Month ago Karma: 748
Hello,

The menu looks normal on our side:



What browser do you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15337
Re:Submenu and menu width 13 Years, 1 Month ago Karma: 0
My apologies for not stating that. I'm using the new FF 4.01 release.
The administrator has disabled public write access.
 
#15339
Re:Submenu and menu width 13 Years, 1 Month ago Karma: 748
It looks like on screenshot from our previous post in FF 4.0.1.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15341
Re:Submenu and menu width 13 Years, 1 Month ago Karma: 0
Here is what it looks like on my screen. (resolution 1920x1080)



it's definitely incorrect for some reason.
The administrator has disabled public write access.
 
#15343
Re:Submenu and menu width 13 Years, 1 Month ago Karma: 0
I fixed the issue. For the submenu and the hover css of the submenu I added the css rule:

white-space: nowrap;

That fixed the issue in FF. Hope that helps someone else, I found this css fix in another post on these forums.

Cheers!
The administrator has disabled public write access.
 
Go to topPage: 1