Slider caption and Footer not displaying on iphone SE

1 reply · opened Mar 6, 2018

Ppdc7156Mar 6, 2018

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!

SSemicolon WebSTAFFMar 8, 2018

Hello,

We have just checked out your Website:

  1. The Slider Caption <p> Tag is hidden by default on Small Devices by using the Bootstrap Responsive Classes. Simply delete the .d-none and .d-sm-block Classes from the .slider-caption p tags and they will automatically start displaying.

  2. The Footer appears to be displaying fine for us. Please confirm.

Hope this Helps!

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