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 centering
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Menu centering
#17324
Menu centering 12 Years, 9 Months 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 12 Years, 9 Months ago Karma: 747
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 12 Years, 9 Months 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 12 Years, 9 Months 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 12 Years, 9 Months ago Karma: 747
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