Hi kira178 !
You can try to do following way :
open :
template.css file in templates/ja_barite/css folder , find code at about line 523 :
#ja-masstop, #ja-massbot {
clear:right;
display:block;
float:right;
width:34.9%;
}
change it to :
#ja-masstop, #ja-massbot {
clear:right;
display:block;
float:right;
width:24.9%;
}
then you continuie find code section #2 at about line 958 :
sstop, #ja-massbot {
clear:right;
display:block;
float:right;
width:34.9%;
}
change to :
sstop, #ja-massbot {
clear:right;
display:block;
float:right;
width:24.9%;
}
continue find code section #3 at about line 499 :
#ja-mainbody {
float:left;
width:65%;
}
change to :
#ja-mainbody {
float:left;
width:75%;
}