<em>@hainn84 62000 wrote:</em><blockquote>Hi philistiner !
You open template.css file in templates/ja_iolite/css folder , find following code section at about line 569 :
#ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
background:transparent url(../images/grad1.gif) repeat-x scroll center top;
clear:both;
margin:0pt;
padding:40px 0pt 20px;
}
change to :
#ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
background:transparent url(../images/grad1.gif) repeat-x scroll center top;
clear:both;
margin:0pt;
padding:10px 0pt 20px;
}
</blockquote>
That unfortunatley just moved the tabs box up, but did not get rid of the white space inside the tabs. I did however find that this worked.
changed
.ja-tab-panels-top {
position: absolute;
clear: both;
overflow: hidden;
bottom: 0;
height: 80%;
left:10px;
}
to
.ja-tab-panels-top {
position: absolute;
clear: both;
overflow: hidden;
bottom: 0;
height: 92%;
left:10px;
}