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?

Positioning of ARI Ext Menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Positioning of ARI Ext Menu
#28042
Positioning of ARI Ext Menu 12 Years, 6 Months ago Karma: 0
Hi, I'm new to joomla and need help getting ARI Ext Menu in the correct position!

What I would like to do is get the ARI ext menus to be centered and alined to the bottom of the top bar on me site!

I have spent the last couple of days trying to get this to work without success, any help would be great.

The site: www.tiggercottage.co.uk/ticktock/

Thank you for your help in advance.
Last Edit: 2012/05/06 12:50 By wazzer1.
The administrator has disabled public write access.
 
#28043
Re:Positioning of ARI Ext Menu 12 Years, 6 Months ago Karma: 760
Hello,

Add the next CSS rules:

Code:


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

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

.art-nav .art-hmenu-extra1 
{
 width: 100%;
}

.art-nav .ux-menu-container .ux-menu LI A.ux-menu-link-level-0
{
 height: 22px;
 line-height: 22px;
}

.art-nav .ux-menu-container .ux-menu LI A.ux-menu-link-level-0>.ux-menu-arrow
{
 top: 18px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28047
Re:Positioning of ARI Ext Menu 12 Years, 6 Months ago Karma: 0
Thank you for your quick reply!!
Code worked great, the menu is now centered as I hoped, but I was hoping to keep the menu height the same as before but aligned at the bottom as it does now, so there is a gap at the top.

Thanks any your help is much appreciated.
The administrator has disabled public write access.
 
#28048
Re:Positioning of ARI Ext Menu 12 Years, 6 Months ago Karma: 760
Add the next CSS rule:

Code:


.art-nav .ux-menu-container
{
 top: 5px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28056
Re:Positioning of ARI Ext Menu 12 Years, 6 Months ago Karma: 0
Thank you for your help code worked great!!!
The administrator has disabled public write access.
 
Go to topPage: 1