Hi,
Im not sure why it is there - but my cart total is nested inside the title-bar div and H2 tag.
Why is it here? Can it be moved?
Shouldn't it be within the content div?
HTML Code:
<div class="menu-dialog menu-minicart ajax-minicart full">
<div class="title-bar ">
<h2>
<div class="minicart">
<div class="valign-middle full"> TOTAL IS HERE</div>
</div>
</h2>
</div>
<div class="content">
SHOULDN'T IT BE HERE?
<div class="cart-checkout-links">
<hr class="minicart" />
<ul>
<li><a href="cart.php">View cart</a></li>
<li><a href="cart.php?mode=checkout">Checkout</a></li>
</ul>
</div>