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?

CSS Style don't work
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSS Style don't work
#33033
CSS Style don't work 12 Years, 5 Months ago Karma: 0
Hi,

I´m trying to configure my ARI Ext Menu and all the CSS Rules inserted in ARI Menu manager don´t affect the menu.

I want center the menu and eliminate the border around the menu items
The administrator has disabled public write access.
 
#33037
Re:CSS Style don't work 12 Years, 5 Months ago Karma: 763
Hello,

Provide a link to a page where we can see the menu and an image where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33038
Re:CSS Style don't work 12 Years, 5 Months ago Karma: 0
The website is www.monofase.pt

In the site you ill see the menu with a white border, in the module manager is we configured the color and it´s ok, add some CSS Rules to eliminate the border and add some transparency in background but remains the same like originally.

If needed we can attach a image from menu manager.
The administrator has disabled public write access.
 
#33042
Re:CSS Style don't work 12 Years, 5 Months ago Karma: 763
Add the following CSS rule:

Code:


#nav UL LI A
{
 border-style: none;
}

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

#nav UL.ux-menu
{
 display: inline-block;
 float: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1