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?

align-right ro Ext Menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: align-right ro Ext Menu
#39597
align-right ro Ext Menu 11 Years, 12 Months ago Karma: 0
Hi
I installed Ari ext menu on a site, I'm migrating to Joomla 2.5 and would like, to align the menu to the right.
In the forum I found a topic with this solution:

.navigation .ux-menu-container {
text-aling: right;
}
.navigation .ux-menu-container .ux-menu {
display: inline-block;
}

I entered this code in the module under CSS-Styles, but somehow it is not working on my page.
www.manuelafrescura.ch/jupgrade/

Thanks a lot for your help and best regards
Aschi
The administrator has disabled public write access.
 
#39600
Re:align-right ro Ext Menu 11 Years, 12 Months ago Karma: 763
Hello,

Use the following CSS rules:

#header .ux-menu-container {
text-align: right;
}

#header .ux-menu-container .ux-menu {
display: inline-block;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39608
Re:align-right ro Ext Menu 11 Years, 12 Months ago Karma: 0
Hello
Thanks a lot, this works perfect!
Best regards
Aschi
The administrator has disabled public write access.
 
Go to topPage: 1