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?
#24963
Re: Align horizontal ARI Ext menu center? 12 Years, 2 Months ago Karma: 747
Add the next CSS rules:

Code:


body #header
{
 overflow: visible;
}

body #header #header-image
{
 overflow: hidden;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24965
Re: Align horizontal ARI Ext menu center? 12 Years, 2 Months ago Karma: 0
That did the trick! Thank you!!

I believe I searched the forum for solutions, but all the posted codes I found, didn't do the trick on my site!

But thank you! (You've gained karma!)
The administrator has disabled public write access.
 
#25542
Re: Align horizontal ARI Ext menu center? 12 Years, 1 Month ago Karma: 0
hello,

where I place this css ?
#header div.ux-menu-container ul.ux-menu
{
width: auto;
right: inherit;
margin: 0 auto;
left: 45px
}

in order to center the menu.

thanks

kostas
The administrator has disabled public write access.
 
#25581
Re: Align horizontal ARI Ext menu center? 12 Years, 1 Month ago Karma: 0
Hi Support,
I tried the code in this thread to centre my menu also but it failed. I have the menu module in the custom HTML module using "module anywhere from NONumbers and would like to centre the entire module, can you help?

Joomla version 2.5 up to date
Link to site www.regenervite.com/index.php/en/

Thankyou,

Brian
PS best module extension I have found so far not to simple and not to complex.
The administrator has disabled public write access.
 
#25593
Re: Align horizontal ARI Ext menu center? 12 Years, 1 Month ago Karma: 747
Hello,

Add the next CSS rules:

Code:


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

.art-footer .ux-menu-container .ux-menu
{
 display: inline-block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25594
Re: Align horizontal ARI Ext menu center? 12 Years, 1 Month ago Karma: 0
Thank you so much for your prompt reply, fixed in a couple of mouse moves.
Sincerely,

Brian
The administrator has disabled public write access.
 
Go to topPage: 1234