WP-reloaded Table Problems with table border
-
My border has disappeared. The space is still there between the description and top of table and my background color for my title row is there but nothing else is showing up. This is the code I’m using:
.wp-table-reloaded-id-5 th {
background-color: #4f5bb0!important;
}
.wp-table-reloaded-id-5 {
margin-top: 2em!important;
.wp-table-reloaded-id-5 th {
vertical-align: middle;
}
.wp-table-reloaded-id-5 td, .wp-table-reloaded-id-5 th {
border-right: 4px solid #828391!important;
border-left: 4px solid #828391!important;
border: vertical-align: middle;
}
.wp-table-reloaded-id-5 td, .wp-table-reloaded-id-5 th {
border-bottom: 4px solid #828391!important;
border-top: 4px solid #828391!important;
border: horizontal-align: middle;
}
.wp-table-reloaded-id-5 td {
vertical-align: middle;
}
Here’s my URL: https://wwww.webhostingreviewinnovations.com
- The topic ‘WP-reloaded Table Problems with table border’ is closed to new replies.