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
*
#34331
width of menu bar 11 Years, 5 Months ago Karma: 0
hi,
How can I change the width of the horizontal menu bar
i hope that will be 950px
The administrator has disabled public write access.
 
#34332
Re:width of menu bar 11 Years, 5 Months ago Karma: 747
Hello,

You can set width of each menu item. If you want to set the same width for all main menu items, add the following code to "CSS Styles" parameter in module settings:

#{$id} LI.ux-menu-item-level-0
{
width: 100px;
}

If you want to set width for specific menu item, use the following code:

#{$id} LI.ux-menu-itemMENU_ITEM_ID
{
width: 150px;
}

Where MENU_ITEM_ID is ID of menu item. For example if you want to change width for menu item with ID = 73, use the following code:

UL#{$id} LI.ux-menu-item73
{
width: 150px;
}

Regards,
ARI Soft

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34343
Re:width of menu bar 11 Years, 5 Months ago Karma: 0
Thank you very much. It is what I was looking for.
The administrator has disabled public write access.
 
#39480
Re:width of menu bar 11 Years ago Karma: 0
Is it the same deal for changing the length in a horizontal menu? (length: 300px;)?
Last Edit: 2013/04/09 19:35 By bob1.
The administrator has disabled public write access.
 
#39481
Re:width of menu bar 11 Years ago Karma: 747
Menu items ID can be found in Joomla! menu manager.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39482
Re:width of menu bar 11 Years ago Karma: 0
Is it the same deal for changing the length in a horizontal menu? (length: 300px;)?
The administrator has disabled public write access.
 
Go to topPage: 123