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?

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 12 Years, 3 Months ago Karma: 748
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 12 Years, 3 Months ago Karma: 0
cool thanks
The administrator has disabled public write access.
 
#26619
Re:Hiding the arrows from ARI Ext Menu 12 Years, 3 Months 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 12 Years, 3 Months ago Karma: 748
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 12 Years, 3 Months 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 12 Years, 3 Months ago Karma: 748
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