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
#48738
Re:Width of sub menu too wide 10 Years ago Karma: 0
what should I set it to?
The administrator has disabled public write access.
 
#48739
Re:Width of sub menu too wide 10 Years ago Karma: 0
What do I need to do? It seems the original file is no longer original?
The administrator has disabled public write access.
 
#48740
Re:Width of sub menu too wide 10 Years ago Karma: 0
I just re-uploaded a fresh copy of the menu.min.css file from a new package. It should be good now
The administrator has disabled public write access.
 
#48741
Re:Width of sub menu too wide 10 Years ago Karma: 748
Add the following CSS rule to "CSS Styles" parameter in module settings:

.ux-menu LI.ux-menu-item118>A
{
width: 485px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48742
Re:Width of sub menu too wide 10 Years ago Karma: 0
For some reason that did not work. It made the color go away and turned the bar to white.
I used the code below and it seems to work now but the bar is still too short but if I set it any longer it wraps.

#{$id} LI.ux-menu-item118
{
width: 510px;
}

thanks for your help, i appreciate your time on this
The administrator has disabled public write access.
 
#48743
Re:Width of sub menu too wide 10 Years ago Karma: 748
This problem with site template styles for "#breadcrumbs" element. It defines left margin. Use the following CSS rules:

BODY #breadcrumbs
{
margin-right: 0;
}

#{$id} LI.ux-menu-item118
{
width: 535px;
}

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