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: 12
TOPIC: Center the Menu
#25655
Center the Menu 13 Years, 1 Month ago Karma: 0
How do I center the menu here

#########link removed###########

P.S. Your site is very slow at the moment
Last Edit: 2012/02/29 14:25 By wmuckell.
The administrator has disabled public write access.
 
#25656
Re:Center the Menu 13 Years, 1 Month ago Karma: 763
Hello,

Add the next CSS rule:

Code:


#menuarea .ux-menu-container .ux-menu
{
 width: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25657
Re:Center the Menu 13 Years, 1 Month ago Karma: 0
That didn't work
The administrator has disabled public write access.
 
#25658
Re:Center the Menu 13 Years, 1 Month ago Karma: 763
It seems some custom CSS rules were removed. Add also the next CSS rules:

Code:


#menuarea .ux-menu-container
{
 text-align: center;
}

#menuarea .ux-menu
{
 display: inline-block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25671
Re:Center the Menu 13 Years, 1 Month ago Karma: 0
Perfect. thanks for you wonderful products
The administrator has disabled public write access.
 
#26023
Re:Center the Menu 13 Years, 1 Month ago Karma: 0
Guys I added the above CSS but still my Menu items are aligned from the left. How can i center it on my website?

Thank you!
The administrator has disabled public write access.
 
Go to topPage: 12