Hi didima
Please open templates/ja_teline_iii/css/template.css file
– for the logo, please find following code section to change the width and the height to your idea:
/* Logo Image ---*/
h1.logo {
width: 265px;
height: 62px;
margin: 0;
}
h1.logo a {
width: 265px;
height: 62px;
display: block;
background: url(../images/logo.gif) no-repeat left;
}
– for replacing a banner to the search position, please find following code section:
#ja-search .inputbox {
width: 270px;
background: url(../images/icon-search.gif) no-repeat 8px center #fff;
padding-left: 24px;
font-weight: bold;
font-size: 115%;
}
here you change the width to your website.
Hope it helps