Hi,
To set the width for the cart's tables, you will need to adjust the css via class tabularData ( in file \cw3\assets\css\cartweaver.css )
table.tabularData, table.tabularData td, table.tabularData th {
border: 1px solid #696969;
border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active {
background: #979797;
color: #FFFFFF;
}
The 2nd issue might be being caused by the first issue ( probably table pushing that right layer out of position)
Oli
Cartweaver Support Team