No it is not. The widgets are on the right hand side and the theme maker text is on the button left. Footer.php is the following.
<?php global $shortname; global $themename; ?>
<!-- #Footer Area -->
<!-- Please donot modify this section -->
<div id="footer-area">
<?php get_sidebar('footer'); ?>
<!-- Footer Copyright info -->
<div id="foot_copyrt" class="colreg">
<div class="fcenter copyright_box">
<?php
if(sketch_get_option($shortname.'_copyright')){
$string = sketch_get_option($shortname.'_copyright');
$fstring = ske_striptag('br',$string);
?>
<?php echo $fstring; ?> |
<?php } ?>
<span class="powered-by">Analytical Lite By <a title="Sketch Themes" href="https://www.sketchthemes.com/?utm_source=ana_pro">SketchThemes</a></span>
</div>
</div>
<!-- Footer Copyright info -->
</div>
<!-- #Footer Area -->
</div>
<?php if(is_page_template('template-gallery.php')){ ?>
<script type="text/javascript">
jQuery(document).ready(function(){
show_skebg_thumbs();
});
</script>
<?php } ?>
<?php wp_footer(); ?>
</body>
</html>