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 ARI menu in Theme716 joomla template
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Center ARI menu in Theme716 joomla template
#16644
Center ARI menu in Theme716 joomla template 13 Years ago Karma: 0
Hi, I am new to joomla and I am trying to center the menu in this template: I have tried working through this using the other posts but without success. I believe the problem is with the CSS pointing to the correct DIV in the template. I have attached the source for the website and a screen shot. Any assistance that could be provided would be much appreciated.

May thanks
File Attachment:
File Name: template_code.txt
File Size: 18835
The administrator has disabled public write access.
 
#16646
Re:Center ARI menu in Theme716 joomla template 13 Years ago Karma: 748
Hello,

Provide link to page where we can see the menu on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16651
Re:Center ARI menu in Theme716 joomla template 13 Years ago Karma: 0
Hi the site is running on my local server. I will publish and let you now when it is online.
The administrator has disabled public write access.
 
#16662
Re:Center ARI menu in Theme716 joomla template 13 Years ago Karma: 0
Hi Here is the link to the site

www.ammoniteweb.co.uk/test/

kind regards.
The administrator has disabled public write access.
 
#16667
Re:Center ARI menu in Theme716 joomla template 13 Years ago Karma: 748
Add the next CSS rules:

Code:


.navigation
{
 width: 100%;
}

DIV.ux-menu-container
{
 text-align: center;
 top: 7px;
}

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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16672
Re:Center ARI menu in Theme716 joomla template 13 Years ago Karma: 0
Much appreciated, that has worked great.

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