conversionfoundry / breeze_commerce

MIT License
1 stars 1 forks source link

Shipping methods in cart get cramped on small screen widths #68

Closed isaacfreeman closed 11 years ago

isaacfreeman commented 12 years ago

This might be as simple as giving them an extra table column to the left.

sam-law commented 11 years ago

My preferred option would be to put the shipping information as a separate table below the 'products' table.

Since we may want to have longer descriptions, and on smaller screens we want the products table to be the same width as the shipping information table.

isaacfreeman commented 11 years ago

I've put the totals and shipping methods in a separate table from the line items, and floated the totals table to the right by default. That way it can expand to the left to fill up whatever space is available.