• Resolved Pixels240

    (@pixels240)


    I figured out what was wrong with that code I was missing stuff and had repeats,now I have everything fixed except the bottom border for my table. Here’s the code I am 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 td {
    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;
    border-top: 4px solid #828391!important;
    border: horizontal-align: center;
    border-bottom: 4px solid #82839!important;
    }
    .wp-table-reloaded td {
    text-align:center;
    }
    My URL: https://www.webhostingreviewinnovations.com

Viewing 1 replies (of 1 total)
  • Hi,

    it seems that you were already able to fix this by adding the missing “1” in the color for the bottom border in the CSS code, right?

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘WP table reloaded bottom border trouble’ is closed to new replies.