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?

Centered Menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Centered Menu
#18394
Centered Menu 12 Years, 10 Months ago Karma: 0
Hi,

I'm using the ARI Ext Menu for a website and wanted to have to menu centered on the pages.

Also I was looking for a way to remove the underline style on the items. I can't find anything in menu.min.css that has that style.

Thanks,
J.
The administrator has disabled public write access.
 
#18395
Re:Centered Menu 12 Years, 10 Months 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.
 
#18397
Re:Centered Menu 12 Years, 10 Months ago Karma: 0
Thanks for the quick reply.

http://www.acadamhrosnarun.com/
Last Edit: 2011/08/17 11:49 By SenorJonno.
The administrator has disabled public write access.
 
#18399
Re:Centered Menu 12 Years, 10 Months ago Karma: 748
Add the next CSS rules:

Code:


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

UL.ux-menu
{
 display: inline-block;
 zoom: 1;
 *display: inline;
}

.ux-menu a:link,
.ux-menu a:visited
{
 text-decoration: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18401
Re:Centered Menu 12 Years, 10 Months ago Karma: 0
Works a treat.

Great support!
The administrator has disabled public write access.
 
Go to topPage: 1