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?

Width of sub menu too wide
(1 viewing) (1) Guest
Go to bottomPage: 123456
TOPIC: Width of sub menu too wide
#48720
Re:Width of sub menu too wide 10 Years ago Karma: 747
The problem occurs because your modified menu.min.css file which is used by the module and the following CSS properties:

width:495px

For .ux-menu a.ux-menu-link-last CSS rule.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48722
Re:Width of sub menu too wide 10 Years ago Karma: 0
495px was that width because it was the width of the last menu item, in this case "Contact" as I want the menu to extend across to the end of the page. If I change that width the sub menu item width becomes the same width of this last menu item.
Please see images of original post that shows the menu going all the way to the right. I don't know why your response to my post isn't in the same post as my original post.

Last Edit: 2014/04/02 08:55 By joknight.
The administrator has disabled public write access.
 
#48723
Re:Width of sub menu too wide 10 Years ago Karma: 747
You set 495px width for all last menu items in main menu and sub-menus. Restore menu.min.css file to original state and read here how to change menu items width.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48726
Re:Width of sub menu too wide 10 Years ago Karma: 0
Thank you for the instructions. I restored the original file and added the three individual pieces of code for each sub menu item with each item id see screenshot. It seems to work for two of the drop down items but not the last one. I have checked the menu item id and it is correct.

here is the code in the module css:
#breadcrumbs {min-width: 990px;}
#{$id} LI.ux-menu-item-level-0
{
width: 100px;
}

UL#{$id} LI.ux-menu-item257
{
width: 150px;
}
UL#{$id} LI.ux-menu-item256
{
width: 150px;
}
UL#{$id} LI.ux-menu-item255
{
width: 150px;
}
Last Edit: 2014/04/02 09:44 By joknight.
The administrator has disabled public write access.
 
#48728
Re:Width of sub menu too wide 10 Years ago Karma: 747
Now width: 570px is defined for all last menu items in menu.min.css file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48730
Re:Width of sub menu too wide 10 Years ago Karma: 0
not sure what to do here.
The administrator has disabled public write access.
 
Go to topPage: 123456