Reputation: 911
we created table in magento site , but some part of the table is not visible.
in the below image, last column is not visible completely.
we are using following code :
.wk_content th {
border-left: 1px solid #ccc;
padding: 5px;
border-bottom: 1px solid #ccc;
}
.wk_check_first_td{
border-left: none!important;
border-right: 1px solid #ccc;
}
.wk_first_td{
width: 26%;
border-left: none!important;
Upvotes: 0
Views: 335
Reputation: 1096
Please replace below css
.ama1 {
border: 1px solid #c0c0c0;
border-radius: 5px;
padding: 10px;
position: relative;
top: 10px;
width: 70px;
}
Upvotes: 1