Hi Salvo,
Please try my suggestion:
– Copy the file blog.php from the /modules/mod_janewspro/tmpl/default/ folder to the /templates/your_template_name/html/mod_janewspro/default/ folder. Then open it.
– In line 41, replace this code:
<div class="items-row" style="width: <?php echo $width?>%">
With:
<div class="items-row">
– In line 74, replace this code:
<div class="ja-zinsec clearfix <?php echo isset($helper->_themes[$catid])?$helper->_themes[$catid]:''?>">
With:
<div class="ja-zinsec clearfix <?php echo isset($helper->_themes[$catid])?$helper->_themes[$catid]:''?>" style="width: <?php echo $width?>%">
– In line 140, replace this code:
$k += $cols;
With:
$k = $cols + 2;
Remember to clean JAT3 cache after changing.
Let me know if this helps