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 Menu Bar
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Width of Menu Bar
#4634
Re:Width of Menu Bar 14 Years, 1 Month ago Karma: 748
Use the following CSS rules, please:

1.

Code:


.ux-menu-container .ux-menu a.ux-menu-link-last 
{
  width: 109px;
}



2.

Code:


.main-indent .clear
{
  overflow: visible;
}



3. Try to add the following CSS rules to menu.min.css file:

Code:


#body .ux-menu-container .ux-menu-sub li a
{
  font-size: 10px !important;
}

#body .ux-menu .ux-menu-item-main a
{
 font-size: 15px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4635
Re:Width of Menu Bar 14 Years, 1 Month ago Karma: 0
Didn't work adding to menu.min.css, but with some tweaking got it to work adding it to template css.

The right topmenu item By State's sub-menu, sub-menu items are still not displaying. Is there a way to display these back to the left?

Is there a way to change the height of the submenu items so they all fit on page?
The administrator has disabled public write access.
 
#4646
Re:Width of Menu Bar 14 Years, 1 Month ago Karma: 748
Sorry, use the following CSS rules for sub-menus:

Code:


#body .clear
{
  overflow: visible;
}



Regarding sub-menus height, it breaks sub-menu items background.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5727
Re:Width of Menu Bar 13 Years, 11 Months ago Karma: 0
Can you please explain why the menu bar looks/works great on home page (www.certificationsofamerica); however, there are no dropdowns shown on any other page. Thanks
The administrator has disabled public write access.
 
#5743
Re:Width of Menu Bar 13 Years, 11 Months ago Karma: 748
Hello,

What browser you use? We have tried to reproduce this issue and select different sub-pages from the menu, but everything works fine.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5808
Re: Width of Menu Bar 13 Years, 11 Months ago Karma: 0
I have had the same issue that I am still trying to resolve. If you want the menu to be flush with the end of the container it appears you have to set classes on your anchors and set separate widths for each one. Apparently there is no need to set dimensions on the LI since a dimension on the "a" will expand the floated LI. Then remove any side padding and use text-align:center;

It looks like all these changes need to be made within menu.min.css unless otherwise suggested.

That will allow the menu to survive a couple of zooms and keep the menu flush. Here is an example: www.css-lab.com/demos/nav/anchor-class.html

Just right-click and View Page Source on this page to see source code. I am not sure how to precisely incorporate this method within Ari Ext Menu. Perhaps the Admin could shed some light?
The administrator has disabled public write access.
 
Go to topPage: 123