Edit the File path: /templates/ja_ores/css/template.css
Replace this
#ja-search {
float: left;
margin: 120px 15px 0 -60px;
}
with
#ja-search {
float: left;
margin: 120px 15px 0 160px;
}
Replace this
h1.logo {
margin: 5px 0 0 15px;
}
with
h1.logo {
left: 0;
margin: 5px 0 0 15px;
position: absolute;
}
Replace this
#ja-mainnav {
background: url("../images/mainnav-bg.gif") repeat-x scroll left top transparent;
border-bottom: 1px solid #000000;
float: right;
line-height: 1;
margin: -65px 0 0 200px;
overflow: hidden;
position: relative;
z-index: -1;
}
with
#ja-mainnav {
background: url("../images/mainnav-bg.gif") repeat-x scroll left top transparent;
border-bottom: 1px solid #000000;
float: right;
line-height: 1;
overflow: hidden;
position: relative;
}
Note: If you Find my Post useful please click on the Thanks Icon