Please open templates>ja_teline_iv>blocks>footer.php and remove the code highlighted in red below.
<?php
$app = & JFactory::getApplication();
$siteName = $app->getCfg('sitename');
?>
<div id="ja-footlogo" >
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</div>
<?php if($this->countModules('footnav')) : ?>
<div class="ja-footnav">
<jdoc:include type="modules" name="footnav" />
</div>
<?php endif; ?>
Then open template.css and around line 89 find the following code and edit the bit in red below from 240px to 10px
#ja-footer .main-inner1 {
padding:12px 0 24px 240px;
}