I am trying to use the info-block class in the bottom7 module but it is not displaying properly. It is similar to the demo except for I attempting to add one additional line the info-block-time class. The website is http://66.147.244.226/~calvasg4/
<div class="info-block">
<div>
<p>Calvary Evangelical Free Church</p>
<p>5500 25th Ave NW,<br />Rochester, MN 55901</p>
</div>
<div class="info-block-time">
<p><span>Sunday Worship</span><span>9am, 10:30am & 5pm</span></p>
<p><span>Youth Sunday School</span><span>9am</span></p>
<p><span>Adult Sunday School</span><span>9am, 10:30am & 6:30pm</span></p>
</div>
</div>
Any ideas how to fix it? So that the Adult Sunday School line displays correctly? Thanks