Hi marketinghits
Please try to do with my guider:
open templates/ja_urani/css/template.css file,
– at about line 885, find following code section:
#ja-wrapper {background: url(../images/body-bottom.jpg) repeat-x left bottom; min-height: 450px; position: relative; padding-top:56px; }
and change to:
#ja-wrapper {background: url(../images/body-bottom.jpg) repeat-x left bottom; min-height: 450px; position: relative; }
– line 1003, find following code section:
#ja-mainnav {
background: url(../images/grad1-mask.gif) repeat-x left top #444;
border-bottom: 1px solid #050505;
border-top: 5px solid #050505;
line-height: 1;
position: absolute;
z-index: 999;
top: 0;
}
and change to:
#ja-mainnav {
background: url(../images/grad1-mask.gif) repeat-x left top #444;
border-bottom: 1px solid #050505;
border-top: 5px solid #050505;
line-height: 1;
z-index: 999;
top: 0;
}
Hope it helps