Hi etemam,
Please try with my guide:
Open template.css file in templates/ja_teline/css folder, find following classes and change as follows:
+ #ja-container at about line 1002 change to:
Code:
#ja-container {
background:transparent url(../images/mainwrap-bg2.gif) repeat-y scroll 72% 0;
}
+ #ja-containerwrap at about line 998 change to:
#ja-containerwrap {
background:transparent url(../images/mainwrap-bg1.gif) repeat-y scroll 45% 0;
}
+ #ja-content at about line 935 change to:
Code:
#ja-content {
border:1pt none;
float:left;
width:70%;
}
+ #ja-colwrap at about line 956 change to:
#ja-colwrap {
float:right;
width:30%;
}