Just a quick css addition to uc_cart.css

#cart-form-products tbody tr {
  vertical-align: middle;
}

Right now it looks kinda asymmetrical when there are larger images in the table, with the text and quantity fields appearing at the top of the cells.

Comments

tr’s picture

Issue tags: +Ubercart theme layer

Tagging

tr’s picture

Status: Active » Closed (works as designed)

I checked out a couple of big e-commerce sites, amazon.com for one, and all seem to top-align the contents of a cart row, just as Ubercart does by default. Because this is so easy to change/customize in your site's CSS, I think I will stick with what we currently have. Changing it at this point in Ubercart 6.x-2.x will change the appearance of every cart out there, and I guarantee that a good number of those don't want it changed!

I wouldn't mind if someone wanted to redesign the cart page / checkout page / entire backend order administration for Ubercart 7.x-3.x, but that would be a separate issue and not just one style ...