Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?
Go to bottomPage: 1
TOPIC: Menu centering
#17324
Menu centering 14 Years ago Karma: 0
I have read many of your threads but still can not understand why I am not able to center the menu in my css.

I am sure it is something silly that needs to be overrided.

Here is the link: www.liceorussell.eu/test/
The administrator has disabled public write access.
 
#17325
Re:Menu centering 14 Years ago Karma: 764
Hello,

Try to use the next CSS rules:

Code:


body #ariyui49.yui-skin-sam .yuimenubar
{
 background: none transparent;
}

#ariyui49_menu
{
 text-align: center;
}

#ariyui49_menu .bd
{
 display: inline-block;
 zoom: 1;
 *display: inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17326
Re:Menu centering 14 Years ago Karma: 0
This worked great!

I added it to the safe_menu_rtl.css and safe_menu.css CSS files



If you are every in Italy Pizza is on us!


Cheers

Walter
The administrator has disabled public write access.
 
#17327
Re:Menu centering 14 Years ago Karma: 0
I know I may asking too much...

But is there anyway we could hide that last white line after the last menu text?

www.liceorussell.eu/test/

The administrator has disabled public write access.
 
#17328
Re:Menu centering 14 Years ago Karma: 764
Add the next CSS rule:

Code:


LI.yuimenuitem-item226
{
 border-style: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1