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?

Modify width
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Modify width
#29347
Modify width 12 Years ago Karma: 0
Hi there,

I would like to modify the width of the menu here: consulting-ems.com/index.php

I want it to be 950px width to cover side to side. Can I do that?
The administrator has disabled public write access.
 
#29348
Re:Modify width 12 Years ago Karma: 748
Hello,

Add the next CSS rule to "CSS Styles" parameter:

Code:


.demo-container UL.ux-menu LI.ux-menu-item-level-0
{
 width: 190px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29352
Re:Modify width 12 Years ago Karma: 0
Hi, I just downloaded your module and I'm very happy with it.

Unfortunately I have the same issue. I tried your solution but apparently it is not working. Im using Beez2 - Default theme.

Any other ideas? If you want, I can PM you the site details.


Thank you.
The administrator has disabled public write access.
 
#29353
Re:Modify width 12 Years ago Karma: 748
Hello,

Send a link to a page where we can see a menu by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29354
Re:Modify width 12 Years ago Karma: 748
Use the next CSS rules:

Code:


BODY #breadcrumbs
{
 margin-right: 0;
}

#breadcrumbs UL.ux-menu LI.ux-menu-item-level-0
{
 width: 172px !important;
}

#breadcrumbs UL.ux-menu LI.ux-menu-item-level-0.ux-menu-item122
{
 width: 320px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29355
Re:Modify width 12 Years ago Karma: 0
Works!!

Great support, thank you.
Last Edit: 2012/06/24 12:35 By claudiu.
The administrator has disabled public write access.
 
Go to topPage: 12345