Hi,
because my header is high i need to adjust the position of the second menu. The first menu layer ist ok but the second is completly on the wrong position and i can not fix it in css
.sub-menu { top: 98px!important;
border-top: 2px solid #ff9900 !important;}
#top .av_header_transparency .sub-menu { margin-top: 25px;}
#top .av-main-nav ul ul {
left: 100px;
top: 120px;
}
Any ideas?