Hi Canvas,
H1 span text doesn't display on mobile. What do I change in the code to display the span text on mobile?
For example:
<!-- Page Title
============================================= -->
<section id="page-title">
<div class="container clearfix">
<h1 style="text-transform: none">
<?php echo $page_h1; ?>
</h1>
<span> <?php echo $page_h1_span; ?></span>
</div>
</section><!-- #page-title end -->
Thanks!
