fresher
fresher

Reputation: 911

columns of the table are not visible completly

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; 

enter image description here

Upvotes: 0

Views: 335

Answers (1)

Dhaval Patel
Dhaval Patel

Reputation: 1096

Please replace below css

.ama1 {
     border: 1px solid #c0c0c0;
     border-radius: 5px;
     padding: 10px;
     position: relative;
     top: 10px;
     width: 70px;
}

enter image description here

Upvotes: 1

Related Questions