Hi
You can edit this file /templates/ja_teline_v/tpls/blocks/mainbody-magazine.php and change
1)
defined('_JEXEC') or die;
$sidebar = 'sidebar';
$hasSidebar = $this->countModules ($sidebar);
$mainwidth = $hasSidebar ? ' col-md-9' : '';
reduce col-md-9 to col-md-8
Then change
<?php if ($hasSidebar) : ?>
<!-- SIDEBAR RIGHT -->
<div class="col t3-sidebar t3-sidebar-right col-md-3 <?php $this->_c($sidebar) ?>">
<jdoc:include type="modules" name="<?php $this->_p($sidebar) ?>" style="T3Xhtml" />
</div>
<!-- //SIDEBAR RIGHT -->
<?php endif ?>
increase col-md-3 to col-md-4
Regards