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?

HELP Menu length
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: HELP Menu length
#21971
HELP Menu length 12 Years, 7 Months ago Karma: 0
Hi there,

I need help with the length of my ARI Ext Menu.

I have tried everything that has been suggested so far. I am using the Beez5 Template in Joomla 1.7.

I need the menu bar to fit the full length underneath my image slide show (breadcrumbs). The menu bar will not extend past 980. The slide show and breadcrumbs area is 1010px.

Used this (and others on this forum) but still no luck:

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

Hosting the site on my computer (XAMPP) at moment so can't attach a link!

Please help (complete novice)!
joh
User Offline Click here to see the profile of this user
Last Edit: 2011/11/22 15:58 By joh.
The administrator has disabled public write access.
 
#21972
Re:HELP Menu length 12 Years, 7 Months ago Karma: 748
Hello,

We can try to help if you provide a link to a page where we can see menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21973
Re:HELP Menu length 12 Years, 7 Months ago Karma: 0
Sorry, hosting the site on my computer (XAMPP) at moment so can't attach a link???
joh
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21974
Re:HELP Menu length 12 Years, 7 Months ago Karma: 748
Upload your site to an online server or send page files of a page with the menu by email. This process is described here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21976
Re:HELP Menu length 12 Years, 7 Months ago Karma: 0
Cool, thanks so much! I have sent the file through!
joh
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#21977
Re:HELP Menu length 12 Years, 7 Months ago Karma: 748
Add the next CSS rules:

Code:


body #breadcrumbs
{
 margin-right: 0;
}

#breadcrumbs LI.ux-menu-item-level-0
{
 width: 121px;
}

body #breadcrumbs LI.ux-menu-item469,
body #breadcrumbs LI.ux-menu-item470
{
 width: 178px;
}

body #breadcrumbs LI.ux-menu-item468,
body #breadcrumbs LI.ux-menu-item520
{
 width: 145px;
}



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