Hi
There is already position leading-sidebar in the right side of content as a banner is showing as module.
Add below code after line 34 to add new positon
<?php
$bottomshare_modules = 'bottomshare';
$attrs = array();
$attrs['style'] = 'T3xhtml';
$result = null;
$renderer = JFactory::getDocument()->loadRenderer('modules');
$bottomshare = $renderer->render($bottomshare_modules, $attrs, $result); ?>
<?php if ($bottomshare) : ?>
<?php echo $bottomshare; ?>
<?php endif; ?>
Here: http://prntscr.com/egid7k
File path: /templates/ja_magz_ii/html/com_content/featured/default.php
Hope it helps.