Hello, it sounds like it's not pulling your site's root url correctly. Try editing the template's index.php file and search for:
<?php echo $this->baseurl ?>
and replace it with:
http://www.yoursite.comReplace all occurrences and replace yoursite with your actual domain.