html - How to change table width -
i trying decrease table width 700px
the table underneath < h2>cart totals< /h2> , no matter how apply "width: 700px;" table not decrease in size.
your problem following rule in master.css, line 687
:
#costing-container, .shipping { width: 980px; border-top: 1px dotted #ccc; }
your applied shipping
class tr inside table, stretching 980px. if remove class or change width-rule 700px table display want to.
Comments
Post a Comment