You can try with my suggestion hope it helps you to solve this problem
Open templates/ja_nex/css/template.css file
From
h1.logo, div.logo-text h1 {
float: left;
font-size: 250%;
line-height: 1;
margin-left: -30px;
}
div.logo-text h1 { margin-left: 0; }
/* Logo Image ---*/
h1.logo { height: 62px; width: 152px; }
h1.logo a {
background: url(../images/logo.png) no-repeat center center;
display: block;
height: 62px;
width: 350px;
}
Change to
h1.logo, div.logo-text h1 {
float: left;
font-size: 250%;
line-height: 1;
margin-left: 0px;
}
div.logo-text h1 { margin-left: 0; }
/* Logo Image ---*/
h1.logo { height: 62px; width: 342px; }
h1.logo a {
background: url(../images/logo.png) no-repeat center center;
display: block;
height: 62px;
width: 342px;
}
Remember to clear cache from Admin area