another issue I just came across. When I add the code from your tutorial to recreate the demo, the last part of the code will be removed automatically.
This is the code I inserted:
<div class="about-us">
<h2>
Social Plus
</h2>
<p>
Social Plus is the ultimate social community, where recipes come to life. Wanna know what you will gain by joining us? Lorem ipsum dolor sit amet, this is some teaser text.
</p>
<ul class="social-list">
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
Attached you will find how it looks like after I saved. The last part is removed.
Do you have any idea why this happens or how I can recreate the footer with the social icons?
Thank you!