View Single Post
  #1  
Old 06-23-2011, 09:44 AM
  believein's Avatar 
believein believein is offline
 

Advanced Member
  
Join Date: May 2011
Posts: 33
 

Default Move Mini cart total from H2 tag?

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>
__________________
Latest X-Cart project: www.rawlisa.co.uk ≈ Designed & developed by Believe in╝
X-Cart Gold v4.4.3
Reply With Quote