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?

Menu width ...
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Menu width ...
#23522
Menu width ... 12 Years, 5 Months ago Karma: 0
Hi,

i have some trouble with the menu width. I can't link directly to th site, but here is a part of the code (thanks to Firebug) :

Code:


<div id="menu" class="column " style="width:200px">
  <div class="inner">
    <div class="moduletable_menu">
      <div class="moduletable">
        <div class="moduletable">
          <h3>Formations</h3>
          <div id="ariext100_container" class="ux-menu-container ux-menu-clearfix" style="z-index: 9999;">
            <ul id="ariext100" class="ux-menu ux-menu-vertical" style="width: 107px;">
          </div>
        </div>
      </div>
    </div>



The style "width: 107px" overdrives any style i set.

Here is a screenshot :

Thanks.
The administrator has disabled public write access.
 
#23528
Re:Menu width ... 12 Years, 5 Months ago Karma: 748
Hello,

Try to use the next CSS rule:

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#23546
Re:Menu width ... 12 Years, 5 Months ago Karma: 0
It totally works !

Thanks a lot. I assume that, if i want to modify style, i have to use the same identifiers ? (i can't test right now)
The administrator has disabled public write access.
 
#23548
Re:Menu width ... 12 Years, 5 Months ago Karma: 748
It depends what styles do you want to change. Information about menu HTML layout and CSS classes can be found here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23557
Re:Menu width ... 12 Years, 5 Months ago Karma: 0
Ok, i'm gonna try by myself (it's better ).

Thanks
The administrator has disabled public write access.
 
Go to topPage: 1