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?

the subitems are hidden behind main content
(1 viewing) (1) Guest
Go to bottomPage: 12345678
TOPIC: the subitems are hidden behind main content
#11296
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


div#pillmenu .ux-menu-container A
{
 padding: 0 14px;
}

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

div#pillmenu .ux-menu-sub LI A
{
 background: transparent url(templates/siteground-j15-125/images/t_menu_bg.png) repeat top left;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11297
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
This is above and beond. Everything is working perfectly now

Thank you very much.
The administrator has disabled public write access.
 
#11382
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Ops... i've got a new problem...
in IE7 the menu seems disabled and doesn't work. Any suggestions?
www.extreme-motors.it/index.php
The administrator has disabled public write access.
 
#11383
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
This problem with site template styles. Add the following CSS rules that fix it:

Code:


DIV.tail-top-menu
{
 z-index: 10;
 position: relative;
}

DIV.tail-content
{
 position: relative;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11476
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Hi I seem to be having the same problem, i've tried all the solutions listed in this thread and nothing seems to be working for me.
U/N:guest
P/W:guest
www.music2.sibee.co.uk
The administrator has disabled public write access.
 
#11477
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
Hello,

Use the next CSS rules:

Code:


DIV#ja-col1
{
 overflow: visible;
}

DIV#ja-col1 UL.ux-menu LI
{
 background-image: none;
 padding: 0;
}



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