• 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 http://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;
    }

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

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

    (@tobiasbg)

    Hi,

    yes, that code seems to be adding padding to the second row only, because that is the table body.
    If you uncheck the “Table head” checkbox (below the table input fields), the padding will be in all cells.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘wp-table-reloaded cell padding’ is closed to new replies.