I am having a problem with my page displaying correctly on an iphone SE.
Code being used:
<div class="slider-caption">
<h2 data-caption-animate="fadeInUp">Marshall Hall</h2>
<p class="d-none d-sm-block" data-caption-animate="fadeInUp" data-caption-delay="200">Hand Crafted Knives</p>
</div>
The first part displays with not problems
the "Hand Crafted knifes" does not ever appear.
Having the same problem with my footer:
<!-- Start Footer============================================= -->
<footer id="footer" class="dark">
<div id="copyrights">
<div class="container clearfix">
<div class="col_half">
Copyrights © 2018 All Rights Reserved by Marshll HAll Knives, LLC.<br>
<div class="copyright-links"></div>
</div>
</div><!-- #copyrights end -->
</div><!-- End id="wrapper" class="clearfix"-->
</footer><!-- #footer end -->
here is a link to the live site:
http://paul-charboneau.com/marshallhallknives/Index.html
Please let me know what I am doing wrong
Thanks!
