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?

Making the menu align in center
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Making the menu align in center
#29058
Re:Making the menu align in center 12 Years ago Karma: 0
I got still 2 problems,
The submenus don't align right;

Here it's good;

Here it's bad;


And the underline, how can I remove it.

Thanks for the help,you really helped me out
The administrator has disabled public write access.
 
#29059
Re:Making the menu align in center 12 Years ago Karma: 748
"ARI Ext Menu" shows sub-menus at bottom left corner of parent menu item. If you want to change this behavior, it requires to modify menu javascript code.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29061
Re:Making the menu align in center 12 Years ago Karma: 0
And how to remove;
Text decoration: underline;

Then ?
The administrator has disabled public write access.
 
#29063
Re:Making the menu align in center 12 Years ago Karma: 748
It seems "text-decoration" CSS property is defined in a site template CSS file. Try to use the next CSS rule:

Code:


UL.ux-menu A
{
 text-decoration: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29064
Re:Making the menu align in center 12 Years ago Karma: 0
Ah thanks, I forgot the - between the text and decoration.
The administrator has disabled public write access.
 
#29065
Re:Making the menu align in center 12 Years ago Karma: 748
Could you provide an image with comments where we can see what do you mean?

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