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 the menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: width of the menu
#9267
width of the menu 13 Years, 4 Months ago Karma: 0
Pl. see 174.120.138.9/~snehj/

The menu is at Sneh Junior . The Home menu button is of less width. Can I remove the width of the menu or adjust it to fit the block.

Auto Width is set to NO
Last Edit: 2010/12/08 10:43 By raunhar.
The administrator has disabled public write access.
 
#9268
Re:width of the menu 13 Years, 4 Months ago Karma: 747
Hello,

Try the following CSS rule:

Code:


#ariextmenu_ariext19 LI.ux-menu-item-main
{
 float: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9269
Re:width of the menu 13 Years, 4 Months ago Karma: 0
Not worked. I copied the code to the template css file.
The administrator has disabled public write access.
 
#9270
Re:width of the menu 13 Years, 4 Months ago Karma: 747
The code was added incorrectly. Now it looks like:

Code:


.inputbox_search
{
width: 130px;
height: 18px;

#ariextmenu_ariext19 LI.ux-menu-item-main
{
 float: none;
}



but correct should look like:

Code:


.inputbox_search
{
width: 130px;
height: 18px;
}

#ariextmenu_ariext19 LI.ux-menu-item-main
{
 float: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9271
Re:width of the menu 13 Years, 4 Months ago Karma: 0
Width is fine now, but can i remove the box/border
The administrator has disabled public write access.
 
#9272
Re:width of the menu 13 Years, 4 Months ago Karma: 0
The menu is not working. I have made a submenu under The School, but it is not showing up.

If you want I can forward you the admin login details.
The administrator has disabled public write access.
 
Go to topPage: 12