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.

http://clients.rocoru.com/trendyheadboards/?page_id=6

your problem following rule in master.css, line 687:

#costing-container, .shipping {   width: 980px;   border-top: 1px dotted #ccc; } 

your applied shippingclass tr inside table, stretching 980px. if remove class or change width-rule 700px table display want to.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -