html - IE10 - text-align: center is aligning to the right -
i using text-align: center
in div align section heading. reason in ie 9/10 aligning right. when comment out, goes being centered.
in chrome/ff/safari works fine. don't have issue other sections, guessing has being nested inside div.
<h3 class="sub-section-heading light teal-ts">complete ingredient list:</h3> <div id="ingredient-list"> aloe barbadensis (organic aloe) juice, </div>
.sub-section-heading { font-size: 24px; text-align: center; font-family: 'pf_regular'; text-transform: uppercase; color: #000; margin-bottom: 20px; }
Comments
Post a Comment