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?

Problems centering and style
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Problems centering and style
#16986
Problems centering and style 13 Years ago Karma: 0
Sorry for my bad English.

I'm using Joomla 1.5.23 with Ari Ext Menu.
I created a template with artisteer 3.

My requirement is to have the menu centered horizontally on the page and remove the edges from all the buttons.

I tried to follow some of the suggestions in the forum, but to no avail.

The pages have a single column with the horizontal menu as wide as the entire browser window.

Thanks for any suggestions.
The administrator has disabled public write access.
 
#16987
Re:Problems centering and style 13 Years ago Karma: 748
Hello,

Provide link to page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16988
Re:Problems centering and style 13 Years ago Karma: 0
Hello.

The link to the page is this

Thx
The administrator has disabled public write access.
 
#17000
Re:Problems centering and style 13 Years ago Karma: 748
Add the next CSS rules:

Code:


body div.art-nav-center
{
 float: none;
 right: auto;
 text-align: center;
}

body div.art-nav-center .ux-menu-container
{
 display: inline-block;
 *display: inline;
 zoom: 1;
}



About edges, could you explain what you mean?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#17004
Re:Problems centering and style 13 Years ago Karma: 0
Hello.

The code works perfectly.

I need not have borders around the content of the menu. I just need the text with colors, but not the visible border.

Anyway thanks for your invaluable assistance.

Regards
The administrator has disabled public write access.
 
#17137
Re:Problems centering and style 12 Years, 12 Months ago Karma: 0
I solved my problem configuration.

thank you very much.
The administrator has disabled public write access.
 
Go to topPage: 12