Support » Plugin: WP-Table Reloaded » [Plugin: WP-Table Reloaded] Problem formatting

  • Hello,

    I have the following added to the custom CSS. Most of it seems to have worked, but the text format for td doesn’t seem to have changed (although th text has). Clearly I’ve got something wrong. Could you please give me some pointers?

    .wp-table-reloaded th {
    background: #ffffff!important;
    margin: 0!important;
    padding: 0!important;
    color: #000000!important;
    text-transform:uppercase!important;
    text-align: left!important;
    font-size: 16px!important;
    font-weight: bold!important;
    padding: 0px!important;
    }

    }
    .wp-table-reloaded td {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: left!;
    }

    .wp-table-reloaded .row-hover tr:hover td {
    background-color: #ffffff!important;
    }

    .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    margin: 0!important;
    padding: 0!important;
    text-align: left!important;
    }

    http://wordpress.org/extend/plugins/wp-table-reloaded/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    there seems to be an extra closing bracket } before the line

    .wp-table-reloaded td {

    which stops the code from working.

    If this is not it, please post the URL to the page with your table.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Problem formatting’ is closed to new replies.