Hi, I need help!...my dropdown menues are behind the ARI SLIDER. I have added the following pieces of code to the CSS file but the issue persists. Can you please assist me? My site is:
www.ofimarcas.com:
.art-BlockContent-body UL.ux-menu LI
{
margin: 0;
padding: 0;
}
body .art-sidebar1
{
z-index: 2;
}
body .art-content-sidebar2
{
z-index: 1;
}
body #topmenu_wrap
{
overflow: visible;
position: relative;
z-index: 2;
}
body #content-menu_wrap_bg
{
position: relative;
z-index: 1;
}
BODY #ja-mainnavwrap
{
position: relative;
}
#shadowbordertop
{
z-index: 2;
position: relative;
}
#xtc-holder
{
z-index: 1;
position: relative;
}
header
{
z-index: 2;
position: relative;
}
#main
{
z-index: 1;
position: relative;
}