Hello,
Thanks for the Purchase! Really Appreciated! :)
- ASP.NET encloses all the Content inside a <form> Tag and Canvas's Default Typography Styling adds a Bottom Margin to a Form Element. Simply add the following code to fix this issue:
body > form { margin-bottom:0; }
- We have just checked out your Website and it seems that you have removed the HTML Code for the Retina Logo. Retina Logo is required for Devices with Higher Resolution. Please refer to the Default Templates and add your Retina Logo Code alongside your Standard Logo. Example:
<!-- Logo
============================================= -->
<div id="logo">
<a href="index.html" class="standard-logo" data-dark-logo="images/logo-dark.png"><img src="images/logo.png" alt="Canvas Logo"></a>
<a href="index.html" class="retina-logo" data-dark-logo="images/logo-dark@2x.png"><img src="images/logo@2x.png" alt="Canvas Logo"></a>
</div><!-- #logo end -->
This will automatically fix this Issue. Let us know if we can help you with anything else or if you find any further issues.