Hi second
Please open templatesja_selenilayoutsdefault.php file, find following code section:
$this->_basewidth = 30;
$positions = array (
'left1' =>'',
'left2' =>'',
'left-mass-top' =>'',
'left-mass-bottom' =>'',
'right1' =>'right',
'right2' =>'',
'right-mass-top' =>'',
'right-mass-bottom' =>'',
'content-mass-top' =>'',
'content-mass-bottom' =>'',
'content-top' =>'content-top',
'content-bottom' =>'content-bot',
'inset1' =>'',
'inset2' =>''
);
and change to:
$this->_basewidth = 20;
$positions = array (
'left1' =>'left',
'left2' =>'',
'left-mass-top' =>'',
'left-mass-bottom' =>'',
'right1' =>'right',
'right2' =>'',
'right-mass-top' =>'',
'right-mass-bottom' =>'',
'content-mass-top' =>'',
'content-mass-bottom' =>'',
'content-top' =>'content-top',
'content-bottom' =>'content-bot',
'inset1' =>'',
'inset2' =>''
);