wp-table-reloaded cell padding
-
Hello!
How do I add cell padding to all the cells at the same time across the whole table? The code below seems to add cell padding to only the 2nd row…. can I add cell padding to all the cells at once? Thanks ??
Here’s the code I’m using so far on this page https://www.consciouscreations.com.au/?page_id=6
.wp-table-reloaded-id-2, .wp-table-reloaded-id-2 td, .wp-table-reloaded-id-2 th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}
.wp-table-reloaded-id-2 {
width: 350px!important;
}
.wp-table-reloaded-id-2 td {
padding: 20px;
}
table th {
background-color: #F90!important;
}
table td {
background-color: #FFC!important;
}
.wp-table-reloaded-id-2 .column-1 {
width: 50px;
}
.wp-table-reloaded-id-2 .column-2 {
width: 50px;
}
- The topic ‘wp-table-reloaded cell padding’ is closed to new replies.