Hello guy!
Here is the solution to change the postion of the ja menu
Please open the file: /templates/ja_urani/css/template.css and try to find codes:
#ja-wrapper {background: url(../images/body-bottom.jpg) repeat-x left bottom; min-height: 450px; position: relative; padding-top:56px; }
Replace :
#ja-wrapper {background: url(../images/body-bottom.jpg) repeat-x left bottom; min-height: 450px; position: relative;}
And find codes:
#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;
}
Replace:
#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;
}