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?

Hiding the arrows from ARI Ext Menu
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Hiding the arrows from ARI Ext Menu
#26322
Re:Hiding the arrows from ARI Ext Menu 13 Years, 2 Months ago Karma: 764
Code:


UL.ux-menu A.ux-menu-link-level-0 SPAN.ux-menu-arrow
{
 display: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26323
Re:Hiding the arrows from ARI Ext Menu 13 Years, 2 Months ago Karma: 0
cool thanks
The administrator has disabled public write access.
 
#26619
Re:Hiding the arrows from ARI Ext Menu 13 Years, 1 Month ago Karma: 0
Hello
I used the following code to remove the arrow
UL.ux-menu SPAN.ux-menu-arrow
{
display: none;
}

#header ul.ux-menu li a.ux-menu-link-parent
{
padding-right: 14px !important;
}


but the space still remains


How to remove the space and give all buttons the same with (170px)?
Thaks
Last Edit: 2012/03/22 16:04 By Greeps.
The administrator has disabled public write access.
 
#26620
Re:Hiding the arrows from ARI Ext Menu 13 Years, 1 Month ago Karma: 764
Provide a link to a page where we can see a menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26621
Re:Hiding the arrows from ARI Ext Menu 13 Years, 1 Month ago Karma: 0
www.microprobes.com/index.php?option=com_content&view=article&id=166

How to remove the space and give all buttons the same with (170px)?
The administrator has disabled public write access.
 
#26622
Re:Hiding the arrows from ARI Ext Menu 13 Years, 1 Month ago Karma: 764
Add the next CSS rule:

Code:


.art-content-layout .ux-menu a.ux-menu-link-parent 
{
 padding-right: 14px;
}



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