Issues with Logo and Footer

1 reply · opened Apr 14, 2016

PPavelRomeroApr 14, 2016

Hello:

I bought a license just over a month ago, I have been implementing a page about .NET relatively easily but I have 2 problems I have failed to resolve the date:

  1. At the end of my website a white stripe that I can not delete, I get this in my browser and using a mobile phone.
  2. The website's logo is not displayed on phones like the Samsung Galaxy S6 or IPhone 6, but on other phones if .. What the problem is?

My website in construction: www.mirandalifestyle.com

Regards
Pavel

SSemicolon WebSTAFFApr 15, 2016

Hello,

Thanks for the Purchase! Really Appreciated! :)

  1. 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; }
  1. 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:

	[
![attachment](images/logo.png)
](index.html)
	[
![attachment](images/logo@2x.png)
](index.html)

This will automatically fix this Issue. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard