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
#11273
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
I'm also experiencing the same problem. jspix.com/test/

I'm also a bit confused where to the above pieces of code have to go.
Last Edit: 2011/02/20 16:58 By jspix.
The administrator has disabled public write access.
 
#11274
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
Hello,

Add the following CSS rules to "CSS Styles" parameter in module settings:

Code:


div#phoca-side1
{
 overflow: visible;
}

#phoca-side1 .ux-menu li
{
 list-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11276
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
WOW!

That was fast.

Thank YOU!
The administrator has disabled public write access.
 
#11281
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Hi. Can you please take a look at my site and give me the required CSS code to get this working.
My site is www.ipa.is/nytt

Best regards
Alex
The administrator has disabled public write access.
 
#11283
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
Hello,

This problem with site template styles. Add the following CSS rules that fix it:

Code:


DIV#pillmenu 
{
  overflow: visible;
}

DIV#pillmenu .ux-menu-sub li a
{
  float: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11295
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Thank you very much.
Your reactions are the definition of good customer service!

The drop down menu now drops down but the background is invisible. I can barely see the text. How can I make the drop down menu have the same background as the main menu.

Thank you for your help.
The administrator has disabled public write access.
 
Go to topPage: 12345678