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
#4274
Width of Menu Bar 14 Years, 1 Month ago Karma: 0
Can you please tell me how to change the width of the ARI ext Menu so that it will extend all the way to the end of container? You can see what I'm talking about at www.certificationsofamerica.com Thanks
The administrator has disabled public write access.
 
#4275
Re:Width of Menu Bar 14 Years, 1 Month ago Karma: 748
Hello,

Try to add the following CSS rule to your template CSS file:

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4289
Re:Width of Menu Bar 14 Years, 1 Month ago Karma: 0
Hi pacrim7911,
Any chance you can give me the name of the flash module you are using for image rotation on your front page?
Its quite cool!
many thanks
mkariti
The administrator has disabled public write access.
 
#4295
Re:Width of Menu Bar 14 Years, 1 Month ago Karma: 0
thanks that worked, but it wrecked the width of the dropdown items. Fix?
The administrator has disabled public write access.
 
#4296
Re:Width of Menu Bar 14 Years, 1 Month ago Karma: 748
Use the following CSS rules, please:

Code:


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

.ux-menu-container .ux-menu .ux-menu-sub a.ux-menu-link-last
{
  width: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4631
Re:Width of Menu Bar 14 Years, 1 Month ago Karma: 0
1. Thanks, that extended the container to the correct position, but the menu bar is still short.

2. In addition, the right menu item (example: By State > Alaska dropdown submenu goes off the screen to the right. Is there a suggestion to fix this?

3. I've tried changing the font size in Joomla Module > AriMenu but it remains the same regardless of font size I enter. Does this need to be changed in the CSS, and if so, which one? menu.min.css, menu.css or my template.css? Can I have a larger font size for the Menu Items and then a smaller font size for the submenu items?
The administrator has disabled public write access.
 
Go to topPage: 123