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?

Sub menus problem
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub menus problem
#20337
Sub menus problem 12 Years, 9 Months ago Karma: 0
Hello!

I have this problem: when I try to reach sub menus in my menu often I can`t select them for first time, I guess that`s because the spaces between sub menu objects (when you scroll too slowly it understands that you didn`t select anything and closes I suppose). I don`t know how to explain clearly, you have to try opening sub menus for youself in my site which is www.fktauras.lt

Looking forward for any help, that unexpected closing of submenus really gets annoying for our visitors

Gediminas
adminas@fktauras.lt
The administrator has disabled public write access.
 
#20381
Re:Sub menus problem 12 Years, 9 Months ago Karma: 748
Hello,

Try to add the next CSS rules:

Code:


#pillmenu .ux-menu A
{
 float: none !important;
}

#pillmenu UL.ux-menu-sub,
#pillmenu UL.ux-menu-sub LI
{
 padding: 0;
 margin: 0;
 border-style: none !important;
}

#pillmenu .ux-menu-sub
{
 margin-top: -1px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20382
Re:Sub menus problem 12 Years, 9 Months ago Karma: 0
Thank you for very quick response, everything works absolutely fine now!!
The administrator has disabled public write access.
 
Go to topPage: 1