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?

submenus are hidden under the body of the site
(1 viewing) (1) Guest
Go to bottomPage: 12345678...25
TOPIC: submenus are hidden under the body of the site
#11646
submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 0
hello, I have a problem. The sub-menu when you have run in other articles ...
How to solve this problem?
The page is www.risolutoreinformatico.it/index.php?option=com_xmap&sitemap=1&Itemid=100
The topic has been locked.
 
#11648
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 748
Hello,

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

Code:


.art-content-layout DIV.art-sidebar1
{
 position: relative;
 z-index: 10;
}

.art-content-layout DIV.art-sidebar1 .ux-menu LI
{
 background-image: none;
 padding: 0;
}

.art-content-layout DIV.art-content
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The topic has been locked.
 
#11655
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 0
Thanks for the fast response you have given me, but I placed the code in the css but I have not solved the problem ...
What's wrong?
The topic has been locked.
 
#11656
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 0
The problem is only with IE but not firefox
The topic has been locked.
 
#11659
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 748
Use the following CSS rules instead of previous CSS rules:

Code:


body .art-content-layout .art-sidebar1
{
 position: relative;
 z-index: 10;
}

body .art-content-layout .art-sidebar1 .ux-menu LI
{
 background-image: none;
 padding: 0;
}

body .art-content-layout .art-content
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The topic has been locked.
 
#11661
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 0
Hello Guys,

I got same issues. the menu is overlapping under my slideshow module.

here is my url. baptistvoicecollege.com.

how can i fix this.

yours,

Mic
The topic has been locked.
 
Go to topPage: 12345678...25