« See all FAQs for Mommy Blog - Premium WordPress Jigoshop Theme
The Jigoshop Cart Totals and Shipping Calculator are squished up/hidden
Go to Appearance > Editor in wordpress. Go to style.css, add these new styles to the bottom:
.cart-collaterals .cart_totals {
width: 325px;
}
.cart-collaterals .shipping_calculator {
width: 325px;
}



