The cart estimate form that I see in my shopping cart order form is right-aligned. That's not consistent with the other elements of the form as shown in the attached image. Form alignment is specified in the commerce_cart_estimate.form.css file:
.commerce-cart-estimate-wrapper {
float: right;
}
Edit the commerce_cart_form view.
Add a cart estimate form to the footer.; save the updated view.
Add an item to a shipping cart.
Display the cart order form.
The value of the float property could be something like "inherit" or "initial" to align the form properly.
Needs review
2.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.