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?

Center Menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Center Menu
#4403
Center Menu 13 Years, 11 Months ago Karma: 0
What do I need to edit or add to the menu.min.css file to automatically center the menu?
The administrator has disabled public write access.
 
#4405
Re:Center Menu 13 Years, 11 Months ago Karma: 747
Hello,

You can try to add the following CSS rules to template CSS file:

Code:


BODY #whitebox DIV.ux-menu-container
{
  text-align: center;
}

BODY .ux-menu-container .ux-menu-horizontal
{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}



PS: If it doesn't work, provide link to page where you use the module, please, that we can help you.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5145
Re:Center Menu 13 Years, 10 Months ago Karma: 0
Hello! Thank you for this great mod! I am having the same issue. I cannot center the menu. Please look at the site. This is my first time using one of your modules.

artoflivingchurch.com/site/
The administrator has disabled public write access.
 
#5146
Re:Center Menu 13 Years, 10 Months ago Karma: 747
Hello,

Add the following CSS rule:

Code:


#menu .ux-menu-container ul.ux-menu
{
  display: inline-block;
  zoom: 1; 
  float: none; 
  width: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5844
Re:Center Menu 13 Years, 9 Months ago Karma: 0
Hi there!

Same issue as the other mates here. But their solutions donґt seem to work on my site (www.avanttravel.com.ar).

Can you help me?

Thanks!
The administrator has disabled public write access.
 
#5845
Re:Center Menu 13 Years, 9 Months ago Karma: 747
Hello,

Try the following CSS rules:

Code:


.bg-block-top-menu .ux-menu-container
{
  text-align: center;
}

.bg-block-top-menu .ux-menu-container ul.ux-menu
{
  display: inline-block;
  zoom: 1; 
  float: none; 
  width: auto;
}



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