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?
Go to bottomPage: 1
TOPIC: Centered Menu
#18394
Centered Menu 13 Years, 8 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 13 Years, 8 Months ago Karma: 763
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 13 Years, 8 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 13 Years, 8 Months ago Karma: 763
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 13 Years, 8 Months ago Karma: 0
Works a treat.

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