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?

Change the width and length of the menu bar
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Change the width and length of the menu bar
#26949
Change the width and length of the menu bar 12 Years, 3 Months ago Karma: 0
Hi

Thanks for this extension.

I have a couple of questions:

1) How can I change the width and the length of the horizontal menu bar? Can I span the menu to cover the whole bar?

2) How can I remove the rectangular frames around the menu items?

Thanks

Erkut
The administrator has disabled public write access.
 
#26957
Re:Change the width and length of the menu bar 12 Years, 3 Months ago Karma: 748
Hello,

Could you provide a link to a page where we can see menu on your site and an image where we can see what do you want to achieve?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26978
Re:Change the width and length of the menu bar 12 Years, 3 Months ago Karma: 0
Hi

I attached a word doc that contains the image how I would like the menu to be.

As you would see the drop down menus stay behind the rotating images in the homepage. Could you help me with this issue as well?

Many thanks.

Erkut
File Attachment:
File Name: desired_menu_look.doc
File Size: 34304
Last Edit: 2012/04/13 08:54 By Erkut.
The administrator has disabled public write access.
 
#26980
Re:Change the width and length of the menu bar 12 Years, 3 Months ago Karma: 748
Hello,

Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


#content #subWidgets
{
 position: relative;
 z-index: 2;
}

#content .moduletable-main
{
 position: relative;
 z-index: 1;
}

#content .ux-menu LI A.ux-menu-link-level-0
{
 border-style: none;
 line-height: 22px;
}

#content .ux-menu LI.ux-menu-item-level-0
{
 width: 152px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26984
Re:Change the width and length of the menu bar 12 Years, 3 Months ago Karma: 0
Thanks it works.

Erkut
The administrator has disabled public write access.
 
#27084
Re:Change the width and length of the menu bar 12 Years, 3 Months ago Karma: 0
Hi

I couldnt get this to work , any code I paste into the css parametes box is ignored by my rhuk milkyway site. I even tried adding it to the template css but still not working.

I think this is an issue with the pill menu parameters? If I take them out the ari-extmenu starts way over to the left and overlaps the main page border.

I'd still like the menu to be centred but to fill the width of the main page

thx

Steve
The administrator has disabled public write access.
 
Go to topPage: 123