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?

Horizontal dropdown sub menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Horizontal dropdown sub menu
#11090
Horizontal dropdown sub menu 13 Years, 2 Months ago Karma: 0
Hello,

I have just found through your forum the css code to center my horizontal menu. What I cant find is how to keep the sub menu left aligned as it is now centered also. The code I found is:

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

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

If anyone knows the css on how to left align the dropdown items but keep the parent items centered that would be great.

the URL is www.kaisercraft.com.au/test_site2 to view the menu

thanks in advance
cheers Jody
Last Edit: 2011/02/15 23:55 By jodyanne.
The administrator has disabled public write access.
 
#11097
Re:Horizontal dropdown sub menu 13 Years, 2 Months ago Karma: 748
Hello,

Use the next CSS rule:

Code:


.ux-menu-sub li a
{
 text-align: left;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11146
Re:Horizontal dropdown sub menu 13 Years, 2 Months ago Karma: 0
Thank you very much. that looks better!
The administrator has disabled public write access.
 
Go to topPage: 1