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?

disable the arrows on the menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: disable the arrows on the menu
#13981
disable the arrows on the menu 13 Years, 2 Months ago Karma: 0
hi,
I need to know if there is any way to disable the arrows on each menu item.
and also know how to adjust the position in which they put on the submenu, because I need to move to the right, because when this is deployed, is misaligned with respect to the main menu.

this is the site:
www.comarcaapia.xtreemhost.com/

I appreciate your help!
Last Edit: 2011/04/23 02:59 By jhesgodi.
The administrator has disabled public write access.
 
#13986
Re:disable the arrows on the menu 13 Years, 2 Months ago Karma: 748
Hello,

You can use the next CSS rule that hide arrow:

Code:


#nav .ux-menu .ux-menu-arrow
{
 display: none;
}



or the next CSS rule that arrow is shown properly:

Code:


#nav .ux-menu A.ux-menu-link-parent
{
 padding-right: 24px;
}



PS: Problem with arrow is occurred due to default site template menu styles override "ARI Ext Menu" styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14850
Re:disable the arrows on the menu 13 Years, 1 Month ago Karma: 0
Hi and congratulations for you excellent menu!

I have disabled the arrow, but there is still a space on the right of the menu item. How it's possible to remove this space to let all items have the same space at left and right side?

Website is this www.piedicosta.com/joomla16/italiano.html (see item "appartamenti")

Thanks for your help!
The administrator has disabled public write access.
 
#14851
Re:disable the arrows on the menu 13 Years, 1 Month ago Karma: 748
Hello,

Add the next CSS rule:

Code:


.ux-menu LI a.ux-menu-link-parent
{
 padding-right: 5px;
}



Regards,
ARI Soft
Last Edit: 2011/05/12 17:33 By admin.
The administrator has disabled public write access.
 
#14853
Re:disable the arrows on the menu 13 Years, 1 Month ago Karma: 0
Thanks a lot it works!

Last question.

I would like to have the sub-menu the same width of main-items-menu.

See sub menu item under "appartamenti".

It's possible?

Thank you in advance
The administrator has disabled public write access.
 
#14865
Re:disable the arrows on the menu 13 Years, 1 Month ago Karma: 748
Sorry, but provided link is not available.

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