The reason that the header "splits" is that there is a <br class="clearBoth"> imbedded in the cartCountTotal div. If you add the following to your stylesheet, it will clear up:
Code:.cartCountTotal br { display: none; }
The reason that the header "splits" is that there is a <br class="clearBoth"> imbedded in the cartCountTotal div. If you add the following to your stylesheet, it will clear up:
Code:.cartCountTotal br { display: none; }