• My child theme works fine on all computers, but when I look at the site on an iPad the child theme seems to be overridden. Specifically, on the child theme style.css I have coded in for the home page title to not show; it does on the iPad. In the child theme style.css I also have coded a footer jpg that is not showing on the iPad.

    Thanks,

    Patti

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter drakeblogs

    (@drakeblogs)

    You’ll need to look at the CSS changes you have made – do you have this issue on the default version of twentytwelve? If not, start comparing your CSS to the unchanged CSS.

    In particular, twentytwelve is “mobile-first” so check on use (or non-use) of media queries.

    I actually don’t see the footer on a laptop either…there does not seem to be content in here:

    <footer id="colophon" role="contentinfo">
    		<div class="site-info">
    
            </div><!-- .site-info -->
    	</footer><!-- #colophon -->

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child Theme not working on iPad’ is closed to new replies.