Is there an alternative style I can implement to ensure mobile compatibility? I suspect the issue lies with the height value, but removing it causes my PHP code to overlap with the text.
<section style="width:100%; float:left; height:100px; clear:both;" >
<section class="campaign_statistics" style="background-color:#EFEFEF;">
<?php include('progress_chart.php'); ?>
</section>
</section>