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?

Align horizontal ARI Ext menu center?
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Align horizontal ARI Ext menu center?
#46384
Re:Align horizontal ARI Ext menu center? 10 Years, 4 Months ago Karma: 0
Hello,

I read all above and I still can't center my menu. I tried many times and I still can't get it.
Could you help me? What should I do?

This is my site:

temp.express-fenetres.eu

Thanks.
The administrator has disabled public write access.
 
#46393
Re:Align horizontal ARI Ext menu center? 10 Years, 4 Months ago Karma: 747
Hello,

Add the following CSS rules:

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

.menu .ux-menu-container .ux-menu
{
display: inline-block !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46417
Re:Align horizontal ARI Ext menu center? 10 Years, 4 Months ago Karma: 0
Thank you very much, it works! It was very quick support
The administrator has disabled public write access.
 
#57164
Re:Align horizontal ARI Ext menu center? 8 Years, 1 Month ago Karma: 0
Could you also help me to move ari-menu to center?

ccf.myjino.ru

Ari-menu exist in footer

And if it possible, how remove white borders and extend menu width to the width of <div class="container">

Thanks!
Last Edit: 2016/03/16 10:22 By ariuser.
The administrator has disabled public write access.
 
#57167
Re:Align horizontal ARI Ext menu center? 8 Years, 1 Month ago Karma: 747
Hello,

Use the following CSS rule to remove borders around menu items:

UL.ux-menu A {border-style:none!important;}

You can read here how to change menu items width.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#57334
Re:Align horizontal ARI Ext menu center? 8 Years ago Karma: 0
Thanks admin! But how can I center ari menu?
I have find the solution, but it is not good decision (The menu is not exactly at the center):
-------------------------------
.ux-menu-container {
position: relative;
width: 550px;
margin: auto;
}
--------------------------------

And then I add one more menu, addition menu have differrent size then previous and not centered

ccf.myjino.ru
Last Edit: 2016/04/05 07:55 By ariuser.
The administrator has disabled public write access.
 
Go to topPage: 1234