Dear Henryk Kusztelak,
Please go to your_site\templates\sj_news25\html\mod_sj_news_ajax_tabs\top.php and find:
<div style="text-align:left;font-size: 12px; width:<?php echo (($thumb_width + 20) * $countProductRow + 40)?>px !important;">
<?php echo $intro;?>
</div>
=>
<div style="text-align:left;font-size: 12px; width:<?php echo (($thumb_width + 20) * $countProductRow + 50)?>px !important;">
<?php echo $intro;?>
</div>
Then, please go to your_site/templates/sj_news25/html/mod_sj_news_ajax_tabs/style_top.css and add the code:
.vmk2_tabslider .main-item-top:last-child{
margin-right: 0;
}
Thanks