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
#18868
menu width 12 Years, 10 Months ago Karma: 0
Hello. I have the folowing problem.
On this page (like on another pages )
I need to do equal width for first upper menu and second menu. (see uploading picture)
nb-consult.ru/2011-02-21-00-04-47
It would be better to do it with css code .
I try to do it with folowing code:
<<<<<<
.ux-menu-container .ux-menu a:focus
{width: 200px;
background: #ffffff ;
color: #0D5834;}

.ux-menu-container .ux-menu a:visited
{width: 200px;
background: #ffffff ;
color: #0D5834;}

.ux-menu-container .ux-menu a
{background: #ffffff ;
color: #0D5834;}

.ux-menu-container .ux-menu a:hover
{ width: 200px;
background: #ffffff ;
color: #319A35;}
>>>>>>>>
underlined and bold text i try to add.
Unfortunately, I m bad in css and need your help . Thank you, for attention.
The administrator has disabled public write access.
 
#18871
Re:menu width 12 Years, 10 Months ago Karma: 748
Hello,

Add the next CSS rule:

Code:


#leftCol LI.ux-menu-item-main
{
 width: 191px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18899
Re:menu width 12 Years, 10 Months ago Karma: 0
Thank yoy very much, It is working ! =)
The administrator has disabled public write access.
 
#19065
Re:menu width 12 Years, 10 Months ago Karma: 0
Hello. I have the same problem but i don't understand where the change must be in the CCS.
My website is "bray.fulldream.com/.

The menu "ESPACE MEMBRE" have a button "Connexion" with a different size. I want the same size than the menu "MATIЙRES".
Thank you for your help.
The administrator has disabled public write access.
 
#19106
Re:menu width 12 Years, 10 Months ago Karma: 748
Hello,

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

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19143
Re:menu width 12 Years, 10 Months ago Karma: 0
Thank you for the answer. Very clear.
The administrator has disabled public write access.
 
Go to topPage: 1